On Sun, Oct 11, 2009 at 09:29:08AM +0200, Or Gerlitz wrote:
> Sean Hefty wrote:
> > The rdma cm was never fully coded or tested for ipv6 support.
 
> Sean, even if not fully coded/tested, some work has been done, e.g
> commits 38617c64 "RDMA/addr: Add support for translating IPv6
> addresses" and 1f5175ad "RDMA/cma: Add IPv6 support". I suggest
> we'll try to see what does it take to make this better or even fully
> support ipv6.

Or is right, these are kernel bugs, if nobody is able to work on them
then I think we all have to accept that these parts of the OFA stack
are unfinished and unmaintained - and see if that can be delt with.

> Jason, can you restate what are the two problems you saw from
> David's reports? the 1st was related to scope in link-local
> addresses, and what's the 2nd?

The kernel must not accept a link local address with 0 scope id

When using link local addresses the kernel must bind to the interface
index in the scope id.

The scope is ignored for other addresses scopes.

The rules will be more complex if a source and dest are specified, in
that case the scopes must match.

This is the same basic problem as the other issues regarding ND and
route resolution, the RDMA CM does not follow the same procedures as
TCP does, and the variations produce bugs.

Jason
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to