> In libibverbs/include/infiniband/verbs.h the API "ibv_open_xrcd" is
> defined with the following signature;
> static inline struct ibv_xrcd *
> ibv_open_xrcd(struct ibv_context *context, struct ibv_xrcd_init_attr
> *xrcd_init_attr)
> And libibverbs/examples/xsrq_pingpong.c the call is O.K. however in
> librdmacm/examples/rdma_xserver.c I see a different call sequence i.e.
> "attr.ext.xrc.xrcd = ibv_open_xrcd(srq_id->verbs, -1, 0);"
> My git branch for libivvers is based on origin/xrc2 and for librdmacm is
> based on origin/xrc.
> 
> Is any of my branches wrong?

The librdmacm changes are against an older version of the changes.  The 
libibverbs has the correct API, which incorporates the extension mechanism 
that's been discussed.  Once libibverbs has been accepted, the librdmacm can be 
updated.  (The librdmacm code is surrounded by a #define, which disables it 
from the build.)

- Sean
--
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