aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
index 60d2b8ebba16..556dcc162a62 100644
--- a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
+++ b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
@@ -13368,6 +13368,12 @@ static int bnx2x_init_one(struct pci_dev *pdev,
13368 bool is_vf; 13368 bool is_vf;
13369 int cnic_cnt; 13369 int cnic_cnt;
13370 13370
13371 /* Management FW 'remembers' living interfaces. Allow it some time
13372 * to forget previously living interfaces, allowing a proper re-load.
13373 */
13374 if (is_kdump_kernel())
13375 msleep(5000);
13376
13371 /* An estimated maximum supported CoS number according to the chip 13377 /* An estimated maximum supported CoS number according to the chip
13372 * version. 13378 * version.
13373 * We will try to roughly estimate the maximum number of CoSes this chip 13379 * We will try to roughly estimate the maximum number of CoSes this chip