]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit03ef34f5652bcd3ddc2074dbf195be2f2262f698
tree409ba12a5dbd891077171b7428bebf02321e2368
parent50f38d0902600c67c57e77d9f5dcf8e652bc6264
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