SYNOPSIS

#include <rdma/rdma_cma.h>

void rdma_free_devices (struct ibv_context **list);

ARGUMENTS

list

List of devices returned from rdma_get_devices.

DESCRIPTION

Frees the device array returned by rdma_get_devices.

RETURN VALUE

None

RELATED TO rdma_free_devices…