fi_control(3) Libfabric Programmer's Manual
NAME
fi_control - Perform an operation on a fabric resource.
SYNOPSIS
#include <rdma/fabric.h>
int fi_control(struct fid *fid, int command, void *arg);
ARGUMENTS
- fid
- Fabric resource
- command
- Operation to perform
- arg
- Optional argument to the command
DESCRIPTION
The fi_control operation is used to perform one or more operations on a fabric resource. Conceptually, fi_control is similar to the POSIX fcntl routine. The exact behavior of using fi_control depends on the fabric resource being operated on, the specified command, and any provided arguments for the command. For specific details, see the fabric resource specific help pages noted below.