rdma_free_devices
Frees the list of devices that are returned by the rdma_get_devices function.
Syntax
#include <rdma/rdma_cma.h>
void rdma_free_devices(struct ibv_context **list);
Description
The rdma_free_devices function frees the device array that is returned by the rdma_get_devices function.
Parameters
Item | Description |
---|---|
list | Specifies the list of devices that are returned from the rdma_get_devices function. |
Return Value
There is no return value.