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

_______________________________________________
openib-general mailing list
[email protected]
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to