ixgbe: Implement FCoE Tx side offload features in base driver of 82599
authorYi Zou <[email protected]>
Wed, 13 May 2009 13:11:06 +0000 (13:11 +0000)
committerDavid S. Miller <[email protected]>
Sun, 17 May 2009 19:00:04 +0000 (12:00 -0700)
commiteacd73f79a106c6a0bc429003ab691024860ab2d
treeb788d0e9599b508a71ca2c5eb6bc2cee4a66ab29
parentbc079228e74d63742255c466d2bce1f42423f219
ixgbe: Implement FCoE Tx side offload features in base driver of 82599

This patch implements the FCoE Tx side offload features in ixgbe_main.c
to 82599 using the Tx offload infrastructure code added in the previous
patch. This is achieved by the calling the FCoE Sequence Offload (FSO)
function ixgbe_fso() on the transmit path of ixgbe.

This patch also includes an EEPROM check to make sure the NIC we're loading
on is an offload-enabled SKU.

Signed-off-by: Yi Zou <[email protected]>
Signed-off-by: Peter P Waskiewicz Jr <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/ixgbe/Makefile
drivers/net/ixgbe/ixgbe.h
drivers/net/ixgbe/ixgbe_82599.c
drivers/net/ixgbe/ixgbe_main.c
drivers/net/ixgbe/ixgbe_type.h