]> git.baikalelectronics.ru Git - kernel.git/commit
netdev: FCoE: Add new ndo_get_fcoe_hbainfo() call
authorNeerav Parikh <Neerav.Parikh@intel.com>
Wed, 4 Jan 2012 20:23:39 +0000 (20:23 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 5 Jan 2012 18:12:04 +0000 (13:12 -0500)
commitb66508decabe9ae6c2ddd64d619c2f53a7444537
tree1c7134dffb57e4891fadd367100a7fd072089c10
parent0db588ada6529b807e88274d59d2399a1e0c1eff
netdev: FCoE: Add new ndo_get_fcoe_hbainfo() call

This adds a new ndo_get_fcoe_hbainfo() call in
net_device_ops for FCoE protocol stack.

If supported by the underlying device, the FCoE protocol
stack will call this to get device specific information
from the underlying device.
This information will then be utilized by the FCoE protocol
stack to register Fiber Channel HBA attributes with the
Fiber Channel Management Service via Fabric Device
Management Interface (FDMI) as per the T11 FC-GS
specification.

Changes in v2:
- As per comments from David Miller aligning the parameters
of the ndo_get_fcoe_hbainfo()

Signed-off-by: Neerav Parikh <Neerav.Parikh@intel.com>
Tested-by: Ross Brattain <ross.b.brattain@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h