All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ibsim: support MFT for switches with up to 48 ports
@ 2010-09-13 12:09 Eli Dorfman (Voltaire)
       [not found] ` <4C8E1470.8070106-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Dorfman (Voltaire) @ 2010-09-13 12:09 UTC (permalink / raw)
  To: Sasha Khapyorsky; +Cc: linux-rdma

support MFT for switches with up to 48 ports

Signed-off-by: Eli Dorfman <elid-smomgflXvOZWk0Htik3J/w@public.gmane.org>
---
 ibsim/sim.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ibsim/sim.h b/ibsim/sim.h
index 5a8a92f..0de7fdc 100644
--- a/ibsim/sim.h
+++ b/ibsim/sim.h
@@ -45,8 +45,8 @@
 #define MAXLINEARCAP	(30*1024)
 #define MAXMCASTCAP	1024
 #define LASTBLOCK32	(MAXMCASTCAP/32-1)
-// NUMBEROFPORTMASK means that 32port switches could only be build
-#define	NUMBEROFPORTMASK 2
+// NUMBEROFPORTMASK means that 48port switches could only be build
+#define	NUMBEROFPORTMASK 3
 #define LASTPORTMASK	(NUMBEROFPORTMASK-1)
 // linkwidth == 4X - must be one width only 1,2 or 8
 #define LINKWIDTH_1x        1
-- 
1.5.5

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2011-01-04 12:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-13 12:09 [PATCH] ibsim: support MFT for switches with up to 48 ports Eli Dorfman (Voltaire)
     [not found] ` <4C8E1470.8070106-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2010-09-15 11:55   ` [PATCH v2] ibsim: allocate mft according to number of switch ports Eli Dorfman (Voltaire)
     [not found]     ` <4C90B424.4060104-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2011-01-04 12:39       ` Eli Dorfman (Voltaire)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.