[ofa-general] Re: [PATCH] IB/ipoib: Fix typo in IPoIB CM service ID

Roland Dreier rdreier at cisco.com
Tue Sep 23 07:47:49 PDT 2008


 > -#define IPOIB_CM_IETF_ID 0x1000000000000000ULL
 > +#define IPOIB_CM_IETF_ID 0x100000000000000ULL

Oh man, this means old and new kernels can't work together.

It seems the only way we could ever change this would be to listen on
both service IDs, and if we get a reject on connect retry with the old
(wrong) service ID.  And then maybe in a few years we can get rid of
that code.

This sucks, oh well.

 - R.



More information about the general mailing list