diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-01-14 19:35:27 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-01-19 07:00:53 +0100 |
commit | 41ce9d769d394d19f1caab8b8a89b7dea50db0bc (patch) | |
tree | 9f1f0daa85ac1bd91151672650efd33e460c8ad9 /man/systemd.link.xml | |
parent | udev/net: also support [SR-IOV] section in .link files (diff) | |
download | systemd-41ce9d769d394d19f1caab8b8a89b7dea50db0bc.tar.xz systemd-41ce9d769d394d19f1caab8b8a89b7dea50db0bc.zip |
udev/net: allow to set number of SR-IOV virtual functions
This adds SR-IOVVirtualFunctions= setting in [Link] section.
Diffstat (limited to 'man/systemd.link.xml')
-rw-r--r-- | man/systemd.link.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/systemd.link.xml b/man/systemd.link.xml index 60d2c11e3c..700defeda6 100644 --- a/man/systemd.link.xml +++ b/man/systemd.link.xml @@ -946,6 +946,15 @@ </listitem> </varlistentry> + <varlistentry> + <term><varname>SR-IOVVirtualFunctions=</varname></term> + <listitem> + <para>Specifies the number of SR-IOV virtual functions. Takes an integer in the range + 0…2147483647. Defaults to unset, and automatically determined from the values specified in + the <varname>VirtualFunction=</varname> settings in the [SR-IOV] sections.</para> + </listitem> + </varlistentry> + </variablelist> </refsect1> |