Hal Rosenstock wrote:
>>enum ib_cm_sidr_status {
>> 0,
>> 1,
>> 2,
>> 3,
>> 4,
>> IB_SIDR_UNSUPPORTED_VERSION
>>};
...
>>
>>#define IB_SIDR_SUCCESS                                         0
>>#define IB_SIDR_UNSUPPORTED                                     1
>>#define IB_SIDR_REJECT                                          2
>>#define IB_SIDR_NO_QP                                           3
>>#define IB_SIDR_REDIRECT                                        4
...
> There is a slight naming inconsistency here. The ib_types.h definition
> name should be IB_SIDR_UNSUPPORTED_VER. Do you have an old version of
> this file ?

IB_SIDR_UNSUPPORT_VERSION was the name in cm.h, which is why it was left 
unchanged.  The other 5 names were the same.

- Sean

_______________________________________________
openib-general mailing list
[email protected]
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to