Main index | Section 3 | Options |
#include <infiniband/verbs.h>struct ibv_device **ibv_get_device_list(int *num_devices);
void ibv_free_device_list(struct ibv_device **list);
ibv_free_device_list() frees the array of devices list returned by ibv_get_device_list().
ibv_free_device_list() returns no value.
EPERM | Permission denied. |
ENOSYS | No kernel support for RDMA. |
ENOMEM | Insufficient memory to complete the operation. |
Setting the environment variable IBV_SHOW_WARNINGS will cause warnings to be emitted to stderr if a kernel verbs device is discovered, but no corresponding userspace driver can be found for it.
2006-10-31 | IBV_GET_DEVICE_LIST (3) | libibverbs |
Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.