commit | 2137aec017fa1fd3ddbd3b01f59e506abef2fef0 | [log] [tgz] |
---|---|---|
author | Shannon Nelson <shannon.nelson@oracle.com> | Fri Mar 16 11:09:04 2018 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri Mar 23 14:50:41 2018 -0700 |
tree | 71c49cd4713679d79ea3b1443ad187e35d77ce6f | |
parent | 9bf1e20f65796382e3b5ef28d0881f7e8fae0c92 [diff] |
ixgbe: no need for ipsec csum feature check With the patch commit f8aa2696b4af ("esp: check the NETIF_F_HW_ESP_TX_CSUM bit before segmenting") we no longer need to protect ourself from checksum offload requests on IPsec packets, so we can remove the check in our .ndo_features_check callback. 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>