commit | d9a40271cfe625950dc4ef0cbd8429c0d28e62d1 | [log] [tgz] |
---|---|---|
author | Achiad Shochat <achiad@mellanox.com> | Sun Aug 16 16:04:49 2015 +0300 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 17 15:51:35 2015 -0700 |
tree | 8a21278da1193082348481128748df2b94940c68 | |
parent | e842b1001dc9b90cc62b489b07ff18e123c8c858 [diff] |
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>