]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ixgbe: Add infrastructure code for FCoE large receive offload to 82599
authorYi Zou <yi.zou@intel.com>
Wed, 13 May 2009 13:11:29 +0000 (13:11 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 17 May 2009 19:00:07 +0000 (12:00 -0700)
commitd0ed89373f2da1a0d83697d87441e519caf18cf7
tree8917458d830101a8b340725240cb25e467a3d076
parenteacd73f79a106c6a0bc429003ab691024860ab2d
ixgbe: Add infrastructure code for FCoE large receive offload to 82599

This adds infrastructure code for FCoE Rx side offload feature to
82599, which provides large receive offload for FCoE by Direct
Data Placement (DDP). The ixgbe_fcoe_ddp_get() and ixgbe_fcoe_ddp_put()
pair corresponds to the netdev support to FCoE by the function pointers
provided in net_device_ops as ndo_fcoe_ddp_setup and ndo_fcoe_ddp_done.
The implementation of these in ixgbe is shown in the next patch.

Signed-off-by: Yi Zou <yi.zou@intel.com>
Signed-off-by: Chris Leech <christopher.leech@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_fcoe.c
drivers/net/ixgbe/ixgbe_fcoe.h