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
> +     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 eventually cause ABI change between libibverbs and its consumers, 
(e.g change in size/content of the verbs context structure, etc), correct? 

I'd like to use this ABI change and introduce/expose also the ib_modify_cq verb 
to user space. Basically, the related patches should be quite simple (uverbs, 
libibverbs, libmlx4), still, I'll be glad if you tell/coach me against what 
code base to do that. 

One more thing I'd like to add to libibverbs and some device driver libraries 
is send-with-invalidate, but this is only user space patch set without any 
kernel/user, lib/app ABI change, correct?

Or.


--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to