commit | 343d86bd45d2d5770acc8cab2e4c4b4f6595d1f6 | [log] [tgz] |
---|---|---|
author | Shiraz Saleem <shiraz.saleem@intel.com> | Mon Oct 16 15:45:59 2017 -0500 |
committer | Doug Ledford <dledford@redhat.com> | Wed Oct 18 13:28:46 2017 -0400 |
tree | f323191f93823cfc3a8556121d58a6d7cd3f88e8 | |
parent | b0d4f703693aabf727924d1568cc36e1b7484c66 [diff] |
i40iw: Account for IPv6 header when setting MSS The IPv6 header size is not subtracted from MTU when MSS is set for QPs. Save MTU opposed to MSS in the vsi struct during initialization and calculate the MSS based on IPv4 vs IPv6 connection. Fixes: f27b4746f378 ("i40iw: add connection management code") Signed-off-by: Shiraz Saleem <shiraz.saleem@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>