[ofa-general] [PATCH] libibverbs: Add RDMAoE support
Eli Cohen
eli at dev.mellanox.co.il
Wed Jun 17 04:10:44 PDT 2009
On Mon, Jun 15, 2009 at 10:32:03AM -0600, Jason Gunthorpe wrote:
> On Mon, Jun 15, 2009 at 04:42:36PM +0300, Eli Cohen wrote:
>
> Please use inet_pton(AF_INET6,grh,gid) for this?
>
I was searching for something like this... Thanks, I'll fix this.
> > + if (ctx->dgid.global.interface_id) {
> > + attr.ah_attr.is_global = 1;
> > + attr.ah_attr.grh.hop_limit = 1;
> > + attr.ah_attr.grh.dgid = ctx->dgid;
> > + }
>
> We've been working to get rid of stuff like this for the IB router
> work. Can you call into the SA path resolution stuff instead of doing
> this?
>
Please note this is only an example which initially did not use SA
services so I did not change that too.
More information about the general
mailing list