Re: [PATCH net 08/13] net/mlx5e: Implement ndo_tx_timeout callback

2016-06-30 Thread Saeed Mahameed
On Thu, Jun 30, 2016 at 6:15 PM, Yuval Mintz wrote: >> Add callback to handle TX timeouts. >> >> Fixes: f62b8bb8f2d3 ('net/mlx5: Extend mlx5_core to support ConnectX-4 >> Ethernet functionality') > > Not that I mind, but does implementing ndo_tx_timeout actually counts as

RE: [PATCH net 08/13] net/mlx5e: Implement ndo_tx_timeout callback

2016-06-30 Thread Yuval Mintz
> Add callback to handle TX timeouts. > > Fixes: f62b8bb8f2d3 ('net/mlx5: Extend mlx5_core to support ConnectX-4 > Ethernet functionality') Not that I mind, but does implementing ndo_tx_timeout actually counts as a fix?

[PATCH net 08/13] net/mlx5e: Implement ndo_tx_timeout callback

2016-06-30 Thread Saeed Mahameed
From: Daniel Jurgens Add callback to handle TX timeouts. Fixes: f62b8bb8f2d3 ('net/mlx5: Extend mlx5_core to support ConnectX-4 Ethernet functionality') Signed-off-by: Daniel Jurgens Signed-off-by: Saeed Mahameed ---