mirror of
https://github.com/torvalds/linux.git
synced 2024-12-19 01:23:20 +00:00
bnx2x: Restore FCoE 4-port devices support
bnx2x FW 1.78.17 properly supports DCBX configuration for 4-port devices, enabling FCoE support on 57840 boards. Signed-off-by: Dmitry Kravkov <dmitry@broadcom.com> Signed-off-by: Yuval Mintz <yuvalmin@broadcom.com> Signed-off-by: Ariel Elior <ariele@broadcom.com> Signed-off-by: Eilon Greenstein <eilong@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
91226790bb
commit
704ba4b777
@ -12492,16 +12492,6 @@ static int bnx2x_init_one(struct pci_dev *pdev,
|
||||
if (CHIP_IS_E1x(bp))
|
||||
bp->flags |= NO_FCOE_FLAG;
|
||||
|
||||
/* disable FCOE for 57840 device, until FW supports it */
|
||||
switch (ent->driver_data) {
|
||||
case BCM57840_O:
|
||||
case BCM57840_4_10:
|
||||
case BCM57840_2_20:
|
||||
case BCM57840_MFO:
|
||||
case BCM57840_MF:
|
||||
bp->flags |= NO_FCOE_FLAG;
|
||||
}
|
||||
|
||||
/* Set bp->num_queues for MSI-X mode*/
|
||||
bnx2x_set_num_queues(bp);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user