>The rdma-cm has some logic in place to make sure that callbacks on an ID are
>delivered to the consumer in serialized manner, specifically it has code to
>protect
>against a device removal racing with a callback now being delivered to the
>user.
>
>This patch simplifies this logic by using a mutex per ID instead of the wait
>queue
>and atomic variable, such that cma_disable_remove is now called
>cma_disable_callback
>and cma_enable_remove is now just mutex_unlock.
>
>Signed-off-by: Or Gerlitz <[EMAIL PROTECTED]>

Reviewed-by: Sean Hefty <sean.hefty.intel.com>


_______________________________________________
general mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general

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

Reply via email to