From: Jesse Brandeburg Date: Tue, 26 Aug 2008 11:26:56 +0000 (-0700) Subject: ixgbe: fix rx csum return status misinterpretation X-Git-Tag: v2.6.28-rc1~717^2~338 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=712744bebef1e47623244004a2770d0438b5b3f7;p=pandora-kernel.git ixgbe: fix rx csum return status misinterpretation the driver was misinterpreting rx_csum return value in the descriptor so occassionally we would indicate an rx_csum error in our stats when there was none. This would have no effect on traffic because we would just hand the packet to the stack anyway without the offload flag set, but would increase CPU for those packets that needed a recompute. Signed-off-by: Jesse Brandeburg Signed-off-by: Jeff Kirsher Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed