]> git.karo-electronics.de Git - karo-tx-linux.git/commit
RDMA/nes: Fix for incorrect MSS when TSO is on
authorTatyana Nikolova <Tatyana.E.Nikolova@intel.com>
Thu, 20 Sep 2012 19:34:20 +0000 (19:34 +0000)
committerRoland Dreier <roland@purestorage.com>
Sat, 22 Sep 2012 09:11:43 +0000 (02:11 -0700)
commit3a5b61ddd36a8b1d42d64a3f27de82ad2211078f
tree0847a9f0ced9fd3f4948659b21585b7acbb17292
parentc41a97a2e23f76e9d11416ac47171e1c323e8eef
RDMA/nes: Fix for incorrect MSS when TSO is on

In TSO handling code, skb_shared_info() is used to get the MSS
instead of the bool function skb_is_gso() (which always returns 1).

Signed-off-by: Tatyana Nikolova <Tatyana.E.Nikolova@intel.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
drivers/infiniband/hw/nes/nes_nic.c