]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ixgbe: Implement FCoE Rx side large receive offload feature to 82599
authorYi Zou <yi.zou@intel.com>
Wed, 13 May 2009 13:11:53 +0000 (13:11 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 17 May 2009 19:00:08 +0000 (12:00 -0700)
commit332d4a7d981e25d239c5d723a4f35020397dc606
tree2bcbd270cc623746c46d4f707a2355504ff40542
parentd0ed89373f2da1a0d83697d87441e519caf18cf7
ixgbe: Implement FCoE Rx side large receive offload feature to 82599

This patch implements the FCoE Rx side offload feature in ixgbe_main.c
to 82599 using the Rx offload infrastructure code added in the previous
patch. The large receive offload by Direct Data Placement (DDP) for
FCoE is achieved by implementing the ndo_fcoe_ddp_setup and ndo_fcoe_ddp_done
in net_device_ops via netdev. It is up to the ULD, i.e., fcoe and libfc
to query and setup large receive offload accordingly through the corresponding
netdev upon creating fcoe instances.

Signed-off-by: Yi Zou <yi.zou@intel.com>
Acked-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ixgbe/ixgbe.h
drivers/net/ixgbe/ixgbe_main.c