Re: [PATCH v3 25/28] IB/Verbs: Use management helper cap_af_ib()

2015-04-16 Thread Michael Wang
On 04/16/2015 05:09 PM, Hefty, Sean wrote: [snip] >>> Sean, can you please put a precise writeup what does it take to >>> support AF_IB... I am a bit >>> confused here and wasn't sure if this can be supported with RoCE. >> >> I think this means IB GID addressing is checked (Native Infiniband >> A

RE: [PATCH v3 25/28] IB/Verbs: Use management helper cap_af_ib()

2015-04-16 Thread Hefty, Sean
> >> diff --git a/drivers/infiniband/core/cma.c > b/drivers/infiniband/core/cma.c > >> index 65e41f4..7f5815d 100644 > >> --- a/drivers/infiniband/core/cma.c > >> +++ b/drivers/infiniband/core/cma.c > >> @@ -470,7 +470,7 @@ static int cma_resolve_ib_dev(struct > rdma_id_private *id_priv) > >> > >>

Re: [PATCH v3 25/28] IB/Verbs: Use management helper cap_af_ib()

2015-04-16 Thread Hal Rosenstock
On 4/16/2015 9:57 AM, Or Gerlitz wrote: > On Mon, Apr 13, 2015 at 3:35 PM, Michael Wang > wrote: >> >> Introduce helper cap_af_ib() to help us check if the port of an >> IB device support Native Infiniband Address. >> >> Cc: Steve Wise >> Cc: Tom Talpey >> Cc: Jason Gunthorpe >> Cc: Doug Ledfo

Re: [PATCH v3 25/28] IB/Verbs: Use management helper cap_af_ib()

2015-04-16 Thread Or Gerlitz
On Mon, Apr 13, 2015 at 3:35 PM, Michael Wang wrote: > > Introduce helper cap_af_ib() to help us check if the port of an > IB device support Native Infiniband Address. > > Cc: Steve Wise > Cc: Tom Talpey > Cc: Jason Gunthorpe > Cc: Doug Ledford > Cc: Ira Weiny > Cc: Sean Hefty > Signed-off-b