]> git.baikalelectronics.ru Git - kernel.git/commit
bnx2x: Fix GSO for 57710/57711 chips
authorYuval Mintz <yuvalmin@broadcom.com>
Sun, 19 May 2013 04:41:01 +0000 (04:41 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 May 2013 07:56:57 +0000 (00:56 -0700)
commit4de9286c28f0a9cc21934c39b43f2edcef3cc18e
tree1c8299a134c89f746299b77995730bea5c196c81
parent6c7d322f372d0666f35926e492ec4d09e558416b
bnx2x: Fix GSO for 57710/57711 chips

Starting with commit 2a032b2b4547f5e1419ac22bd1742f73eeed9e64
`bnx2x: use FW 7.8.17', the bnx2x driver no longer requests the FW to perform
IP checksums for IPv4 packets.

This behaviour needs to be revised for 57710/57711 chips -
when using GSO, if the driver will not set the IP checksum flag then packets
will be transmitted by the chip without a valid IP checksum, resulting in
a drop of all such packets on the receiver-side.

Signed-off-by: Yuval Mintz <yuvalmin@broadcom.com>
Signed-off-by: Dmitry Kravkov <dmitry@broadcom.com>
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c