mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-05 04:36:45 +07:00
853e2bd210
This driver is for Broadcom Netxtreme II 57712 chip. The following patch contains the driver sources for bnx2fc driver. libfc/libfcoe changes to enable bnx2fc have already gone through the fcoe tree. bnx2fc is a SCSI low level driver that interfaces with SCSI midlayer, libfc, libfcoe, cnic modules. bnx2fc driver uses services of libfc for slow path operations such as FIP and fabric discovery. The fast path IO perations are performed after offloading the session information to the underlying FCoE firmware. Signed-off-by: Bhanu Prakash Gollapudi <bprakash@broadcom.com> Reviewed-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
12 lines
255 B
Plaintext
12 lines
255 B
Plaintext
config SCSI_BNX2X_FCOE
|
|
tristate "Broadcom NetXtreme II FCoE support"
|
|
depends on PCI
|
|
select NETDEVICES
|
|
select NETDEV_1000
|
|
select LIBFC
|
|
select LIBFCOE
|
|
select CNIC
|
|
---help---
|
|
This driver supports FCoE offload for the Broadcom NetXtreme II
|
|
devices.
|