Netdev List
 help / color / mirror / Atom feed
* [PATCH net-2.6 6/6] be2net: fix to get RxQ IDs 0 and 1.
@ 2010-08-22  9:28 Ajit Khaparde
  0 siblings, 0 replies; only message in thread
From: Ajit Khaparde @ 2010-08-22  9:28 UTC (permalink / raw)
  To: David Miller; +Cc: netdev

Under certain configurations, it is possible to get RxQ IDs from
firmware which are not 0 and 1. This change ensures RxQ IDs 0 & 1
for the be2net network interfaces.

Signed-off-by: Somnath K<somnathk@serverengines.com>
Signed-off-by: Ajit Khaparde <ajitk@serverengines.com>
---
 drivers/net/benet/be_main.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/drivers/net/benet/be_main.c b/drivers/net/benet/be_main.c
index 949d9a1..f1b1454 100644
--- a/drivers/net/benet/be_main.c
+++ b/drivers/net/benet/be_main.c
@@ -2137,7 +2137,8 @@ static int be_setup(struct be_adapter *adapter)
 	if (be_physfn(adapter)) {
 		cap_flags |= BE_IF_FLAGS_MCAST_PROMISCUOUS |
 				BE_IF_FLAGS_PROMISCUOUS |
-				BE_IF_FLAGS_PASS_L3L4_ERRORS;
+				BE_IF_FLAGS_PASS_L3L4_ERRORS |
+				BE_IF_FLAGS_RSS;
 		en_flags |= BE_IF_FLAGS_PASS_L3L4_ERRORS;
 	}
 
-- 
1.7.0.4


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-08-22  9:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-22  9:28 [PATCH net-2.6 6/6] be2net: fix to get RxQ IDs 0 and 1 Ajit Khaparde

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox