Message ID | 501935E0.8080206@dev.mellanox.co.il (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Alex Netes |
Headers | show |
Hi Hal, On 09:57 Wed 01 Aug , Hal Rosenstock wrote: > > Per MgtWG RefID #4735: IsMulticastServiceRecordsSupported > Per MgtWG RefID #4858: IsPortInfoCapMask2MatchSupported > > Signed-off-by: Hal Rosenstock <hal@mellanox.com> > --- Applied the series, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/include/opensm/osm_base.h b/include/opensm/osm_base.h index bedc179..9ae6e9f 100644 --- a/include/opensm/osm_base.h +++ b/include/opensm/osm_base.h @@ -885,6 +885,28 @@ typedef enum _osm_thread_state { #define OSM_CAP2_IS_EXTENDED_SPEEDS_SUPPORTED (1 << 7) /***********/ +/****d* OpenSM: Base/OSM_CAP2_IS_MULTICAST_SERVICE_RECS_SUPPORTED + * Name + * OSM_CAP2_IS_MULTICAST_SERVICE_RECS_SUPPORTED + * + * DESCRIPTION + * Multicast Service Records supported + * + * SYNOPSIS + */ +#define OSM_CAP2_IS_MULTICAST_SERVICE_RECS_SUPPORTED (1 << 8) + +/****d* OpenSM: Base/OSM_CAP2_IS_PORT_INFO_CAPMASK2_MATCH_SUPPORTED + * Name + * OSM_CAP2_IS_PORT_INFO_CAPMASK2_MATCH_SUPPORTED + * + * DESCRIPTION + * CapMask2 matching for PortInfoRecord supported + * + * SYNOPSIS + */ +#define OSM_CAP2_IS_PORT_INFO_CAPMASK2_MATCH_SUPPORTED (1 << 9) + /****d* OpenSM: Base/osm_signal_t * NAME * osm_signal_t
Per MgtWG RefID #4735: IsMulticastServiceRecordsSupported Per MgtWG RefID #4858: IsPortInfoCapMask2MatchSupported Signed-off-by: Hal Rosenstock <hal@mellanox.com> --- -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html