Skip to content

Commit f2f3421

Browse files
Kamal Heibdledford
authored andcommitted
IB/rdmavt: Add common LID defines to rdmavt
Original patch is from Kamal Heib <[email protected]>. It has been split into separate patches. This patch adds RVT_PERMISSIVE_LID and RVT_MULTICAST_LID_BASE to rdmavt. Reviewed-by: Ira Weiny <[email protected]> Signed-off-by: Kamal Heib <[email protected]> Signed-off-by: Dennis Dalessandro <[email protected]> Signed-off-by: Doug Ledford <[email protected]>
1 parent 36055a0 commit f2f3421

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/rdma/rdma_vt.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@
5555

5656
#include "ib_verbs.h"
5757

58+
#define RVT_MULTICAST_LID_BASE 0xC000
59+
#define RVT_PERMISSIVE_LID 0xFFFF
60+
5861
/*
5962
* For some of the IBTA objects there will likely be some
6063
* initializations required. We need flags to determine whether it is OK

0 commit comments

Comments
 (0)