Thank you very much Zou and Robert.
On Nov 16, 2010, at 1:22 AM, Robert Love <[email protected]> wrote: > On Mon, 2010-11-15 at 10:40 -0800, Zou, Yi wrote: >>> >>> Hello All, >>> >>> I am working on 10g nic driver development. I have a requirement >>> to >>> support open-FcoE through our nic driver. I am very new to FCOE, >>> So please >>> pardon for asking basic questions. >>> >>> 1) What are the hooks to be implemented in nic driver to make FCOE >>> capable. >> Hooks for FCoE can be found in "include/linux/netdevice.h", and >> look for >> CONFIG_FCOE, where we have added to support setup/release DDP, as >> well >> as FCoE offload feature enable/disable. >> > > Just to compliment what Yi said. There are no hooks _required_ to use > Open-FCoE. If your driver allocates a netdevice if will work with > Open-FCoE. The hooks are only for additional information/features of > the > driver/HW. > > //Rob > _______________________________________________ devel mailing list [email protected] http://www.open-fcoe.org/mailman/listinfo/devel
