]> www.infradead.org Git - users/jedix/linux-maple.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)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 12:48:16 +0000 (20:48 +0800)
commiteb2fa9567753be3a9bf63fad1f4e2d3d6118940e
treecb0e318d69b39a900a0d5c36e16a57578b0cd040
parentde6476654d17886c930bb388ec38cf92b97350ba
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.

(cherry picked from commit 294e7d78f5b929536b81620ed33c6507f2921463)
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>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/igb/igb.h
drivers/net/igb/igb_main.c