commit | f467bc06022d4d37de459f9498ff4fbc7e9b0fca | [log] [tgz] |
---|---|---|
author | Mark Rustad <mark.d.rustad@intel.com> | Mon Jun 15 11:33:20 2015 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Tue Sep 01 16:47:19 2015 -0700 |
tree | 409ba12a5dbd891077171b7428bebf02321e2368 | |
parent | d490d15877b2e6fc2d800ea232a0eca54cf4592c [diff] |
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>