]> git.baikalelectronics.ru Git - kernel.git/commit
igb: retire the RX_CSUM flag and use the netdev flag instead
authorAlexander Duyck <alexander.h.duyck@intel.com>
Fri, 26 Aug 2011 07:45:57 +0000 (07:45 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sat, 8 Oct 2011 05:47:25 +0000 (22:47 -0700)
commit65704cf6b8a4ccc6a26ee191f65319a74b7c633b
tree41c00acf51f6d91d4a83977080bc3565c59388c3
parent0eac93f5da1a00948189eb77d8e9eed0b092ab53
igb: retire the RX_CSUM flag and use the netdev flag instead

Since the netdev now has its' own checksum flag to indicate if Rx checksum
is enabled we might as well use that instead of using the ring flag.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/igb/igb.h
drivers/net/ethernet/intel/igb/igb_main.c