[Intel-wired-lan] [next PATCH 0/2] A couple of minor fixes
Alexander Duyck
aduyck at mirantis.com
Fri Mar 18 23:06:41 UTC 2016
These two patches are minor fixes for some previous work.
The i40e patch updates the code so that it will correctly compute the
checksum based on changes I made to the upstream kernel. However the
impact should be minimal as TCP doesn't appear to currently generate frames
large enough to actually overflow the 16 bit UDP length field.
The igb patch is a fix for a bug reported by the kbuild test robot.
---
Alexander Duyck (2):
i40e/i40evf: Fix TSO checksum pseudo-header adjustment
igb: Fix sparse warning about passing __beXX into leXX_to_cpup
drivers/net/ethernet/intel/i40e/i40e_txrx.c | 11 ++++-------
drivers/net/ethernet/intel/i40evf/i40e_txrx.c | 11 ++++-------
drivers/net/ethernet/intel/igb/igb_main.c | 10 ++++++----
3 files changed, 14 insertions(+), 18 deletions(-)
--
More information about the Intel-wired-lan
mailing list