[ofa-general] [PATCH] opensm/ib_types.h: rename IB_MC_REC_STATE_SEND_ONLY_MEMBER

Yevgeny Kliteynik kliteyn at dev.mellanox.co.il
Mon Nov 10 06:25:09 PST 2008


Sasha,

The multicast Send Only bit is defined in spec as "SendOnlyNonMemeber",
to denote that the port is not considered a member for purposes of group
creation/deletion.

Renaming IB_MC_REC_STATE_SEND_ONLY_MEMBER to IB_MC_REC_STATE_SEND_ONLY_NON_MEMBER.

Signed-off-by: Yevgeny Kliteynik <kliteyn at dev.mellanox.co.il>
---
 opensm/include/iba/ib_types.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opensm/include/iba/ib_types.h b/opensm/include/iba/ib_types.h
index 6412ea9..0f9d110 100644
--- a/opensm/include/iba/ib_types.h
+++ b/opensm/include/iba/ib_types.h
@@ -7085,7 +7085,7 @@ ib_member_set_join_state(IN OUT ib_member_rec_t * p_mc_rec,
  */
 #define IB_MC_REC_STATE_FULL_MEMBER 0x01
 #define IB_MC_REC_STATE_NON_MEMBER 0x02
-#define IB_MC_REC_STATE_SEND_ONLY_MEMBER 0x04
+#define IB_MC_REC_STATE_SEND_ONLY_NON_MEMBER 0x04

 /*
  *	Generic MAD notice types
-- 
1.5.1.4




More information about the general mailing list