Re: [PATCH net-next] mlx4: trust shinfo->gso_segs

2017-04-06 Thread David Miller
From: Eric Dumazet Date: Wed, 05 Apr 2017 08:49:02 -0700 > From: Eric Dumazet > > mlx4 is the only driver in the tree making a point to recompute > shinfo->gso_segs. > > Lets remove superfluous code. > > Signed-off-by: Eric Dumazet Applied, thanks Eric.

Re: [PATCH net-next] mlx4: trust shinfo->gso_segs

2017-04-05 Thread Saeed Mahameed
On Wed, Apr 5, 2017 at 11:49 AM, Eric Dumazet wrote: > From: Eric Dumazet > > mlx4 is the only driver in the tree making a point to recompute > shinfo->gso_segs. > > Lets remove superfluous code. > > Signed-off-by: Eric Dumazet > Cc: Tariq Toukan > Cc: Saeed Mahameed > --- > drivers/net/ether

[PATCH net-next] mlx4: trust shinfo->gso_segs

2017-04-05 Thread Eric Dumazet
From: Eric Dumazet mlx4 is the only driver in the tree making a point to recompute shinfo->gso_segs. Lets remove superfluous code. Signed-off-by: Eric Dumazet Cc: Tariq Toukan Cc: Saeed Mahameed --- drivers/net/ethernet/mellanox/mlx4/en_tx.c |3 +-- 1 file changed, 1 insertion(+), 2 del