You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| "vendors" | N | Target device's vendor Hex code as string |`string` list Default: `null`| "vendors": ["8086", "15b3"]|
352
-
| "devices" | N | Parent PCI device Hex code as string |`string` list Default: `null`| "devices": ["154c", "1889", "1018"]|
353
-
| "drivers" | N | Target device driver names as string |`string` list Default: `null`| "drivers": ["vfio-pci"]|
354
-
| "pfNames" | N | functions from PF matches list of PF names |`string` list Default: `null`| "pfNames": ["enp2s2f0"] (See follow-up sections for some advance usage of "pfNames") |
355
-
| "rootDevices" | N | functions from PF matches list of PF PCI addresses |`string` list Default: `null`| "rootDevices": ["0000:86:00.0"] (See follow-up sections for some advance usage of "rootDevices") |
356
-
| "linkTypes" | N | The link type of the net device associated with the PCI device |`string` list Default: `null`| "linkTypes": ["ether"]|
357
-
| "isRdma" | N | Mount RDMA resources. Incompatible with vdpaType |`bool` values `true` or `false` Default: `false`| "isRdma": `true`|
358
-
| "auxTypes" | N | List of vendor specific auxiliary network device types. Device type can be determined by its name: <driver_name>.<kind_of_a_type>.<id> |`string` list Default: `null`| "auxTypes": ["sf", "eth"]|
351
+
| "vendors" | N | Target device's vendor Hex code as string |`string` list Default: `null`| "vendors": ["8086", "15b3"]|
352
+
| "devices" | N | Parent PCI device Hex code as string |`string` list Default: `null`| "devices": ["154c", "1889", "1018"]|
353
+
| "drivers" | N | Target device driver names as string |`string` list Default: `null`| "drivers": ["vfio-pci"]|
354
+
| "pfNames" | N | functions from PF matches list of PF names |`string` list Default: `null`| "pfNames": ["enp2s2f0"] (See follow-up sections for some advance usage of "pfNames") |
355
+
| "rootDevices" | N | functions from PF matches list of PF PCI addresses |`string` list Default: `null`| "rootDevices": ["0000:86:00.0"] (See follow-up sections for some advance usage of "rootDevices") |
356
+
| "linkTypes" | N | The link type of the net device associated with the PCI device |`string` list Default: `null`| "linkTypes": ["ether"]|
357
+
| "isRdma" | N | Mount RDMA resources. Incompatible with vdpaType |`bool` values `true` or `false` Default: `false`| "isRdma": `true`|
358
+
| "needVhostNet" | N | Share /dev/vhost-net and /dev/net/tun |`bool` values `true` or `false` Default: `false`| "needVhostNet": `true`|
359
+
| "auxTypes" | N | List of vendor specific auxiliary network device types. Device type can be determined by its name: <driver_name>.<kind_of_a_type>.<id> |`string` list Default: `null`| "auxTypes": ["sf", "eth"]|
0 commit comments