]> git.baikalelectronics.ru Git - kernel.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)
commitbc9894eb8edfd806b3709e3ef1d878ac02180dd9
tree2bcbd270cc623746c46d4f707a2355504ff40542
parentfca7dd626620f6a60c02eef7f41decc7c069ba99
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