Signed-off-by: Hal Rosenstock <[email protected]> --- diff --git a/include/iba/ib_types.h b/include/iba/ib_types.h index 698418d..cc9460c 100644 --- a/include/iba/ib_types.h +++ b/include/iba/ib_types.h @@ -2797,6 +2800,9 @@ typedef struct _ib_path_rec { #define IB_MPR_COMPMASK_DGIDCOUNT (CL_HTON64(((uint64_t)1)<<20)) #define IB_MPR_COMPMASK_SERVICEID_LSB (CL_HTON64(((uint64_t)1)<<21)) +#define IB_MPR_COMPMASK_SERVICEID (IB_MPR_COMPMASK_SERVICEID_MSB | \ + IB_MPR_COMPMASK_SERVICEID_LSB) + /* SMInfo Record Component Masks */ #define IB_SMIR_COMPMASK_LID (CL_HTON64(((uint64_t)1)<<0)) #define IB_SMIR_COMPMASK_RESV0 (CL_HTON64(((uint64_t)1)<<1)) -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
