Re: [openib-general] [PATCH 3/5] [RFC] Infiniband: connection abstraction

2006-01-21 Thread Roland Dreier
BTW, it's probably worth highlighting these parts of this patch: First off, ip_dev_find() is exported again: > --- linux-2.6.git/net/ipv4/fib_frontend.c2006-01-16 10:28:29.0 > -0800 > +++ linux-2.6.ib/net/ipv4/fib_frontend.c 2006-01-16 16:14:24.0 > -0800 > @@ -666,4

[openib-general] [PATCH 3/5] [RFC] Infiniband: connection abstraction

2006-01-17 Thread Sean Hefty
The following provides an address translation service that maps IP addresses to Infiniband addresses (GIDs) using IPoIB. Signed-off-by: Sean Hefty <[EMAIL PROTECTED]> --- diff -uprN -X linux-2.6.git/Documentation/dontdiff linux-2.6.git/drivers/infiniband/core/addr.c linux-2.6.ib/drivers/infini