Re: [net-next v2 4/5] igc: Add Rx checksum support

2019-10-18 Thread Jakub Kicinski
On Fri, 18 Oct 2019 14:13:39 -0700, Jeff Kirsher wrote: > From: Sasha Neftin > > Extend the socket buffer field process and add Rx checksum functionality > Minor: fix indentation with tab instead of spaces. > > Signed-off-by: Sasha Neftin > Tested-by: Aaron Brown > Signed-off-by: Jeff Kirsher

[net-next v2 4/5] igc: Add Rx checksum support

2019-10-18 Thread Jeff Kirsher
From: Sasha Neftin Extend the socket buffer field process and add Rx checksum functionality Minor: fix indentation with tab instead of spaces. Signed-off-by: Sasha Neftin Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- drivers/net/ethernet/intel/igc/igc_defines.h | 5 ++- drivers/net