]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net/mlx5e: HW LRO changes/fixes
authorAchiad Shochat <achiad@mellanox.com>
Sun, 16 Aug 2015 13:04:49 +0000 (16:04 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 17 Aug 2015 22:51:35 +0000 (15:51 -0700)
commitd9a40271cfe625950dc4ef0cbd8429c0d28e62d1
tree8a21278da1193082348481128748df2b94940c68
parente842b1001dc9b90cc62b489b07ff18e123c8c858
net/mlx5e: HW LRO changes/fixes

- Change the maximum LRO session size from 16KB to 64KB
- Reduce the LRO session timeout from 512us to 32us in
  order to reduce the TCP latency of non-LRO'ed flows.
- Fix skb_shinfo(skb)->gso_size and set skb_shinfo(skb)->gso_type.
- Fix a bug accessing un-initialized mdev pointer.

Signed-off-by: Achiad Shochat <achiad@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx5/core/en.h
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c