> +#define IB_SA_PATH_REC_SERVICE_ID IB_SA_COMP_MASK( 0) \ > + IB_SA_COMP_MASK( 1)
I don't see anything using IB_SA_PATH_REC_SERVICE_ID in your patches, and as far as I can tell if there were something it wouldn't compile with this definition. Am I misreading how this macro would expand, or should it really be something like this? +#define IB_SA_PATH_REC_SERVICE_ID (IB_SA_COMP_MASK( 0) |\ + IB_SA_COMP_MASK( 1)) _______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
