[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1424219180-29028-3-git-send-email-rasesh.mody@qlogic.com>
Date: Tue, 17 Feb 2015 19:26:19 -0500
From: Rasesh Mody <rasesh.mody@...gic.com>
To: netdev <netdev@...r.kernel.org>, David Miller <davem@...emloft.net>
CC: <Dept-HSGLinuxNICDev@...gic.com>,
Sony Chacko <sony.chacko@...gic.com>,
Rasesh Mody <rasesh.mody@...gic.com>
Subject: [net-next 2/3] bnx2: Fix for Chip Initialization
Do not enable filter SORT MODE in chip init routine. This patch addresses an
issue where BCM5716 sporadically drops packets when changing multicast list.
Signed-off-by: Rasesh Mody <rasesh.mody@...gic.com>
---
drivers/net/ethernet/broadcom/bnx2.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/net/ethernet/broadcom/bnx2.c b/drivers/net/ethernet/broadcom/bnx2.c
index 2305de2..4b48e21 100644
--- a/drivers/net/ethernet/broadcom/bnx2.c
+++ b/drivers/net/ethernet/broadcom/bnx2.c
@@ -4984,8 +4984,6 @@ bnx2_init_chip(struct bnx2 *bp)
bp->idle_chk_status_idx = 0xffff;
- bp->rx_mode = BNX2_EMAC_RX_MODE_SORT_MODE;
-
/* Set up how to generate a link change interrupt. */
BNX2_WR(bp, BNX2_EMAC_ATTENTION_ENA, BNX2_EMAC_ATTENTION_ENA_LINK);
--
1.8.2.3
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists