aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c
diff options
context:
space:
mode:
authorAlexander Duyck <aduyck@mirantis.com>2016-01-13 07:31:17 -0800
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2016-04-04 17:44:22 -0700
commitcb2b3edbece804d9836647c1ca51282ad384d425 (patch)
treea4f6db72abdbc923788919752f85540414ea8218 /drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c
parentixgbe: Add support for generic Tx checksums (diff)
downloadlinux-dev-cb2b3edbece804d9836647c1ca51282ad384d425.tar.xz
linux-dev-cb2b3edbece804d9836647c1ca51282ad384d425.zip
ixgbevf: Add support for generic Tx checksums
This patch adds support for generic Tx checksums to the ixgbevf driver. It turns out this is actually pretty easy after going over the datasheet as we were doing a number of steps we didn't need to. In order to perform a Tx checksum for an L4 header we need to fill in the following fields in the Tx descriptor: MACLEN (maximum of 127), retrieved from: skb_network_offset() IPLEN (maximum of 511), retrieved from: skb_checksum_start_offset() - skb_network_offset() TUCMD.L4T indicates offset and if checksum or crc32c, based on: skb->csum_offset The added advantage to doing this is that we can support inner checksum offloads for tunnels and MPLS while still being able to transparently insert VLAN tags. I also took the opportunity to clean-up many of the feature flag configuration bits to make them a bit more consistent between drivers. In the case of the VF drivers this meant adding support for SCTP CRCs, and inner checksum offloads for MPLS and various tunnel types. Signed-off-by: Alexander Duyck <aduyck@mirantis.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c')
0 files changed, 0 insertions, 0 deletions