Hi Sean,
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?
best regards,
S.P.
--
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