diff options
| author | Michael Biebl <biebl@debian.org> | 2024-02-22 17:21:11 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-02-22 17:21:11 +0100 |
| commit | bba2e4b4de668db525cbfdfc35292e5a0b51671a (patch) | |
| tree | 38d20cddfcc6f71572b9e169deefab5fa96e8d0c /docs/api/html/settings-sriov.html | |
| parent | 6681f77b757bbc42ce5c8868ee9142b7ebc8c059 (diff) | |
New upstream version 1.46.0 upstream/1.46.0
Diffstat (limited to 'docs/api/html/settings-sriov.html')
| -rw-r--r-- | docs/api/html/settings-sriov.html | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/api/html/settings-sriov.html b/docs/api/html/settings-sriov.html index 3d3b9aa5..72aa72ef 100644 --- a/docs/api/html/settings-sriov.html +++ b/docs/api/html/settings-sriov.html @@ -66,6 +66,34 @@ If set to 0 (false), VFs will not be claimed and no network interfaces will be c When set to -1 (default), the global default is used; in case the global default is unspecified it is assumed to be 1 (true).</td> </tr> <tr> +<td><pre class="screen">eswitch-encap-mode</pre></td> +<td><pre class="screen">int32</pre></td> +<td><pre class="screen">-1</pre></td> +<td>Select the eswitch encapsulation support. + +Currently it's only supported for PCI PF devices, and only if the eswitch device is managed from the same PCI address than the PF. + +If set to -1 (preserve) (default) the eswitch encap-mode won't be modified by NetworkManager.</td> +</tr> +<tr> +<td><pre class="screen">eswitch-inline-mode</pre></td> +<td><pre class="screen">int32</pre></td> +<td><pre class="screen">-1</pre></td> +<td>Select the eswitch inline-mode of the device. Some HWs need the VF driver to put part of the packet headers on the TX descriptor so the e-switch can do proper matching and steering. + +Currently it's only supported for PCI PF devices, and only if the eswitch device is managed from the same PCI address than the PF. + +If set to -1 (preserve) (default) the eswitch inline-mode won't be modified by NetworkManager.</td> +</tr> +<tr> +<td><pre class="screen">eswitch-mode</pre></td> +<td><pre class="screen">int32</pre></td> +<td><pre class="screen">-1</pre></td> +<td>Select the eswitch mode of the device. Currently it's only supported for PCI PF devices, and only if the eswitch device is managed from the same PCI address than the PF. + +If set to -1 (preserve) (default) the eswitch mode won't be modified by NetworkManager.</td> +</tr> +<tr> <td><pre class="screen">total-vfs</pre></td> <td><pre class="screen">uint32</pre></td> <td><pre class="screen">0</pre></td> |