rdma_free_devices − Frees the list of devices returned by rdma_get_devices.
#include <rdma/rdma_cma.h>
void rdma_free_devices (struct ibv_context **list);
|
list |
List of devices returned from rdma_get_devices. |
Frees the device array returned by rdma_get_devices.
None
rdma_get_devices(3)