commit | d469251bfd06d15289c9dd5dd60b8ebf65785b03 | [log] [tgz] |
---|---|---|
author | Mark Rustad <mark.d.rustad@intel.com> | Fri Dec 04 11:26:43 2015 -0800 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri Jan 08 04:06:49 2016 -0800 |
tree | 96d1681d6f55dddcaa7e064dcf3dac6b6bbaa8c8 | |
parent | 0e4d422f5f7249324ac8d1b8e12772e530787a66 [diff] |
ixgbe: Correct handling of any outer UDP checksum setting If an outer UDP checksum is set, pass the skb up with CHECKSUM_NONE so that the stack will check the checksum. Do not increment an error counter, because we don't know that there is an actual error. Signed-off-by: Mark Rustad <mark.d.rustad@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>