ixgbe: Add support for UDP-encapsulated tx checksum offload
authorMark Rustad <mark.d.rustad@intel.com>
Mon, 15 Jun 2015 18:33:20 +0000 (11:33 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 1 Sep 2015 23:47:19 +0000 (16:47 -0700)
commitf467bc06022d4d37de459f9498ff4fbc7e9b0fca
tree409ba12a5dbd891077171b7428bebf02321e2368
parentd490d15877b2e6fc2d800ea232a0eca54cf4592c
ixgbe: Add support for UDP-encapsulated tx checksum offload

By using GSO for UDP-encapsulated packets, all ixgbe devices can
be directed to generate checksums for the inner headers because
the outer UDP checksum can be zero. So point the machinery at the
inner headers and have the hardware generate the checksum.

Signed-off-by: Mark Rustad <mark.d.rustad@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c