You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
librdmacm: Provide an interface to write an event into a CM
Support writing an event to a CM channel and add a new user API
"rdma_write_cm_event()". Two new events are added and supported to be
written:
- RDMA_CM_EVENT_USER: User-defined, event details are specified by the
user and not interpreted by the librdmacm. This event is useful for
a multi-threaded application to signal a thread which may be waiting
on the RDMA CM event channel. This is the only event that users can
write;
- RDMA_CM_EVENT_INTERNAL: Used and consumed internally by the
librdmacm. Users should not write this event.
A new event parameter "arg" is supported, which will be passed from
sender to receiver along with the event.
Signed-off-by: Mark Zhang <[email protected]>
0 commit comments