[openib-general] [PATCH 5/5] ucma: export multicast suport to userspace

Sean Hefty sean.hefty at intel.com
Sun Jun 11 20:54:54 PDT 2006


> > @@ -58,6 +58,8 @@ enum {
> >  	RDMA_USER_CM_CMD_GET_EVENT,
> >  	RDMA_USER_CM_CMD_GET_OPTION,
> >  	RDMA_USER_CM_CMD_SET_OPTION,
> > +	RDMA_USER_CM_CMD_JOIN_MCAST,
> > +	RDMA_USER_CM_CMD_LEAVE_MCAST,
> >  	RDMA_USER_CM_CMD_GET_DST_ATTR
> >  };
>
>I think this changes the exported ABI by changing the value of
>RDMA_USER_CM_CMD_GET_DST_ATTR, right?

Good catch.  Originally the last 3 commands were only for multicast support, but
I went back and added GET_DST_ATTR as part of the UD QP patch.  I will swap
those around, so that the check-in doesn't change the values.

My intent is to commit the UD QP patch, followed immediately by the multicast
patch, and only update the ABI once.

- Sean




More information about the general mailing list