Re: [PATCH 2/4] IB/uverbs: Support for XRC

2010-01-27 Thread Or Gerlitz
Roland Dreier wrote: OK, but we should coordinate this with all the other ABI extensions that OFED has already made I believe the only thing I need to coordinate with is the XRC patch set. Jack, can you please direct me to the patch set I should be setting the modify_cq patches against? no

Re: [PATCH 2/4] IB/uverbs: Support for XRC

2010-01-27 Thread Jack Morgenstein
On Wednesday 27 January 2010 11:13, Or Gerlitz wrote: Roland Dreier wrote: OK, but we should coordinate this with all the other ABI extensions that OFED has already made I believe the only thing I need to coordinate with is the XRC patch set. Jack, can you please direct me to the patch

Re: [PATCH 2/4] IB/uverbs: Support for XRC

2010-01-27 Thread Roland Dreier
OK, but we should coordinate this with all the other ABI extensions that OFED has already made I believe the only thing I need to coordinate with is the XRC patch set. I think the IBoE patches in the OFED branch also extend the ABI. we should try to avoid stepping on that too. - R.

Re: [PATCH 2/4] IB/uverbs: Support for XRC

2010-01-26 Thread Or Gerlitz
Roland Dreier wrote: Add support for core userspace XRC operations (alloc/dealloc XRC domain, create XRC SRQ), including adding an ABI for marshalling requests and responses. +++ b/include/rdma/ib_user_verbs.h @@ -81,7 +81,10 @@ enum { - IB_USER_VERBS_CMD_POST_SRQ_RECV +

Re: [PATCH 2/4] IB/uverbs: Support for XRC

2010-01-26 Thread Roland Dreier
- IB_USER_VERBS_CMD_POST_SRQ_RECV + IB_USER_VERBS_CMD_POST_SRQ_RECV, + IB_USER_VERBS_CMD_CREATE_XRC_SRQ, + IB_USER_VERBS_CMD_OPEN_XRCD, + IB_USER_VERBS_CMD_CLOSE_XRCD Jack,Roland I believe that adding entries to this enum means ABI change towards libibverbs or

[PATCH 2/4] IB/uverbs: Support for XRC

2010-01-25 Thread Roland Dreier
From: Jack Morgenstein ja...@dev.mellanox.co.il Add support for core userspace XRC operations (alloc/dealloc XRC domain, create XRC SRQ), including adding an ABI for marshalling requests and responses. Signed-off-by: Jack Morgenstein ja...@dev.mellanox.co.il Signed-off-by: Roland Dreier