rdma_free_devices

Frees the list of devices returned by the rdma_get_devices routine.

Syntax

#include <rdma/rdma_cma.h>
void rdma_free_devices(struct ibv_context **list);

Description

The rdma_free_devices function frees the device array returned by the rdma_get_devices routine.

Parameters

list Specifies the list of devices returned from the rdma_get_devices routine.

Return Value

There is no return value.

[ Feedback ]