IOVCTL(8) | MidnightBSD System Manager's Manual | IOVCTL(8) |
iovctl
— PCI
SR-IOV configuration utility
iovctl |
-C -f
config-file [-n ] |
iovctl |
-D [-f
config-file | -d
device] [-n ] |
iovctl |
-S [-f
config-file | -d
device] |
The iovctl
utility creates or destroys PCI
Single-Root I/O Virtualization (SR-IOV) Virtual Functions (VFs). When
invoked with the -C
flag,
iovctl
creates VFs as children of the Physical
Function (PF) configured in the specified configuration file. When invoked
with the -D
flag, iovctl
destroys all VFs that are children of the specified device. Available PF
devices can be seen in /dev/iov/.
The following options are available:
-C
-f
option.-d
device-C
option.-D
-f
config-file-C
option, this file will be used to specify all
configuration values. For the -D
and
-S
options, this file will only be used to specify
the name of the PF device.
See iovctl.conf for a description of the config file format and documentation of the configuration parameters that apply to all PF drivers. See the PF driver manual page for configuration parameters specific to particular hardware.
-n
-S
flag.-S
This manual page was written by Ryan Stone <rstone@FreeBSD.org>.
May 31, 2020 | midnightbsd-3.1 |