>> Index: ulp/opensm/user/include/iba/ib_types.h >> =================================================================== >> --- ulp/opensm/user/include/iba/ib_types.h (revision 3193) >> +++ ulp/opensm/user/include/iba/ib_types.h (working copy) >> @@ -7928,6 +7928,7 @@ >> IB_INVALID_GID, IB_INVALID_LID, IB_INVALID_GUID, + >> IB_INVALID_GUID_MASK, IB_INVALID_CA_HANDLE, IB_INVALID_AV_HANDLE, >> IB_INVALID_CQ_HANDLE, > > Are we keeping ib_types.h in sync with Linux ? I thought this file was > intended on being platform independent. Should this change be made > there as well ?
There's 2 ib_types.h files, one for the windows drivers, one in OpenSM's own directory. Only the second needs to be kept in sync with Linux. There's also ib_types_extended.h in OpenSM's directory, which is a copy of ib_types.h. I don't quite understand what's going on here, though... -Fab _______________________________________________ ofw mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ofw
