commit | 6ad1be814b106e182d9b12898280d0c115541b72 | [log] [tgz] |
---|---|---|
author | Tatyana Nikolova <Tatyana.E.Nikolova@intel.com> | Thu Sep 20 19:34:20 2012 +0000 |
committer | Roland Dreier <roland@purestorage.com> | Sun Sep 30 20:34:52 2012 -0700 |
tree | 171a7f491da1cba4ea60c1d9a865324d25dc240b | |
parent | ef3d0c4a5e8c7ad3429b9f9ef66cf5a7563cd513 [diff] |
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>