netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] bnx2x: Fixing a typo: added a missing RSS enablement
@ 2010-10-12 19:02 Dmitry Kravkov
  2010-10-12 19:18 ` Eric Dumazet
  2010-10-12 19:26 ` Joe Perches
  0 siblings, 2 replies; 6+ messages in thread
From: Dmitry Kravkov @ 2010-10-12 19:02 UTC (permalink / raw)
  To: davem, netdev, eric.dumazet; +Cc: vladz, eilong

Reported-by: Eric Dumazet <eric.dumazet@gmail.com>

Signed-off-by: Dmitry Kravkov <dmitry@broadcom.com>
Signed-off-by: Vladislav Zolotarov <vladz@broadcom.com>
---
 drivers/net/bnx2x/bnx2x_main.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/net/bnx2x/bnx2x_main.c b/drivers/net/bnx2x/bnx2x_main.c
index 7a9556b..ead524b 100644
--- a/drivers/net/bnx2x/bnx2x_main.c
+++ b/drivers/net/bnx2x/bnx2x_main.c
@@ -2486,6 +2486,7 @@ void bnx2x_pf_init(struct bnx2x *bp)
 	 * if (is_eth_multi(bp))
 	 *	flags |= FUNC_FLG_RSS;
 	 */
+	flags |= FUNC_FLG_RSS;
 
 	/* function setup */
 	if (flags & FUNC_FLG_RSS) {
-- 
1.7.1





^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-10-12 20:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-12 19:02 [PATCH net-next] bnx2x: Fixing a typo: added a missing RSS enablement Dmitry Kravkov
2010-10-12 19:18 ` Eric Dumazet
2010-10-12 19:31   ` David Miller
2010-10-12 19:26 ` Joe Perches
2010-10-12 19:31   ` David Miller
2010-10-12 20:08     ` Vladislav Zolotarov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).