All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH rdma-core 0/1] Support 128 IB devices
@ 2019-08-12 16:59 Haim Boozaglo
  2019-08-12 16:59 ` [PATCH] libibumad: Support 128 devices Haim Boozaglo
  0 siblings, 1 reply; 2+ messages in thread
From: Haim Boozaglo @ 2019-08-12 16:59 UTC (permalink / raw)
  To: linux-rdma; +Cc: Haim Boozaglo

This series extend the maximum of available InfiniBand devices
to 128.

Thanks

Haim Boozaglo (1):
  libibumad: Support 128 devices

 libibumad/umad.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
1.8.3.1


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

* [PATCH] libibumad: Support 128 devices
  2019-08-12 16:59 [PATCH rdma-core 0/1] Support 128 IB devices Haim Boozaglo
@ 2019-08-12 16:59 ` Haim Boozaglo
  0 siblings, 0 replies; 2+ messages in thread
From: Haim Boozaglo @ 2019-08-12 16:59 UTC (permalink / raw)
  To: linux-rdma; +Cc: Haim Boozaglo

Extend the maximum of available InfiniBand devices
by changing the macro from 32 to 128.

Signed-off-by: Haim Boozaglo <haimbo@mellanox.com>
---
 libibumad/umad.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libibumad/umad.h b/libibumad/umad.h
index 3cc551f..8e0c8c3 100644
--- a/libibumad/umad.h
+++ b/libibumad/umad.h
@@ -62,7 +62,7 @@ union umad_gid {
 	} global;
 } __attribute__((aligned(4))) __attribute__((packed));
 
-#define UMAD_MAX_DEVICES 32
+#define UMAD_MAX_DEVICES 128
 #define UMAD_ANY_PORT	0
 typedef struct ib_mad_addr {
 	__be32 qpn;
-- 
1.8.3.1


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

end of thread, other threads:[~2019-08-12 16:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-12 16:59 [PATCH rdma-core 0/1] Support 128 IB devices Haim Boozaglo
2019-08-12 16:59 ` [PATCH] libibumad: Support 128 devices Haim Boozaglo

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.