[openib-general] [PATCH} OpenSM: Add MGID to 1B11 error message
Hal Rosenstock
halr at voltaire.com
Tue Sep 6 04:39:25 PDT 2005
OpenSM: Add MGID to error message when MC group can't be created due to
only being supplied with join (rather than create) component mask
This appears to be the most common "failure" so it would be good to have
the MGID in the error message even though it is redundant when running
in verbose mode.
[Are there others like this we should add ?]
Signed-off-by: Hal Rosenstock <halr at voltaire.com>
1581c1581,1583
< "expected comp mask = 0x%016" PRIx64 ".\n",
---
> "expected comp mask = 0x%016" PRIx64 ", "
> "MGID: 0x%016" PRIx64 " : "
> "0x%016" PRIx64 "\n",
1585c1587,1589
< cl_ntoh64(REQUIRED_MC_CREATE_COMP_MASK));
---
> cl_ntoh64(REQUIRED_MC_CREATE_COMP_MASK),
> cl_ntoh64( p_recvd_mcmember_rec->mgid.unicast.prefix ),
> cl_ntoh64( p_recvd_mcmember_rec->mgid.unicast.interface_id ) );
More information about the general
mailing list