Frees the list of devices returned by the rdma_get_devices routine.
#include <rdma/rdma_cma.h> void rdma_free_devices(struct ibv_context **list);
The rdma_free_devices function frees the device array returned by the rdma_get_devices routine.
list | Specifies the list of devices returned from the rdma_get_devices routine. |
There is no return value.