From 6518e361171f64bcaaa4bf868139362ed95cc2e0 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sat, 20 Oct 2018 01:30:31 +0200 Subject: New upstream version 1.14.2 --- docs/api/html/settings-sriov.html | 83 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 docs/api/html/settings-sriov.html (limited to 'docs/api/html/settings-sriov.html') diff --git a/docs/api/html/settings-sriov.html b/docs/api/html/settings-sriov.html new file mode 100644 index 00000000..19bfa689 --- /dev/null +++ b/docs/api/html/settings-sriov.html @@ -0,0 +1,83 @@ + + + + +sriov: NetworkManager Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

sriov

+

sriov — SR-IOV settings.

+
+
+

+ Properties +

+
+

Table 94. 

+
++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Key NameValue TypeDefault ValueValue Description
autoprobe-drivers
NMTernary (int32)
Whether to autoprobe virtual functions by a compatible driver. If set to NM_TERNARY_TRUE (1), the kernel will try to bind VFs to a compatible driver and if this succeeds a new network interface will be instantiated for each VF. If set to NM_TERNARY_FALSE (0), VFs will not be claimed and no network interfaces will be created for them. When set to NM_TERNARY_DEFAULT (-1), the global default is used; in case the global default is unspecified it is assumed to be NM_TERNARY_TRUE (1).
total-vfs
uint32
0
The total number of virtual functions to create.
vfs
array of vardict
[]
Array of virtual function descriptors. Each VF descriptor is a dictionary mapping attribute names to GVariant values. The 'index' entry is mandatory for each VF. When represented as string a VF is in the form: "INDEX [ATTR=VALUE[ ATTR=VALUE]...]". for example: "2 mac=00:11:22:33:44:55 spoof-check=true". The "vlans" attribute is represented as a semicolor-separated list of VLAN descriptors, where each descriptor has the form "ID[.PRIORITY[.PROTO]]". PROTO can be either 'q' for 802.1Q (the default) or 'ad' for 802.1ad.
+
+


+
+
+ + + \ No newline at end of file -- cgit 1.3.0-6-gf8a5