commit | 1db685e6766da5b9929043f4d60dfbb69f7c57c5 | [log] [tgz] |
---|---|---|
author | Shannon Nelson <shannon.nelson@oracle.com> | Fri Mar 16 11:09:06 2018 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri Mar 23 14:55:10 2018 -0700 |
tree | 529bf418419615b74cc0639aad18e6e687ff2865 | |
parent | 871dd09bdb02957e259ff672876b04891f356d10 [diff] |
ixgbe: no need for esp trailer if GSO There is no need to calculate the trailer length if we're doing a GSO/TSO, as there is no trailer added to the packet data. Also, don't bother clearing the flags field as it was already cleared earlier. Signed-off-by: Shannon Nelson <shannon.nelson@oracle.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>