rdma_notify (3) Linux Manual Page
rdma_notify – Notifies the librdmacm of an asynchronous event. Synopsis #include <rdma/rdma_cma.h> int rdma_notify (struct rdma_cm_id *id, enum ibv_event_type event); Arguments id RDMA identifier. event Asynchronous event. Description Used to notify the librdmacm of asynchronous events that have occurred on a QP associated with the rdma_cm_id. Return Value Returns 0 on success, or -1 on…
