summaryrefslogtreecommitdiff
path: root/src/nmcli
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2023-01-13 10:33:26 +0100
committerBeniamino Galvani <bgalvani@redhat.com>2023-01-17 08:45:04 +0100
commitf930d55fea4a9cd7cd7b7cd9c6875be58719ef4c (patch)
tree0d400d242b4df4126807957757b43918ae8fb289 /src/nmcli
parent4721f83003be9d0d82c0a4d29708d91a96d42a25 (diff)
downloadNetworkManager-f930d55fea4a9cd7cd7b7cd9c6875be58719ef4c.tar.gz
all: add support for ovs-dpdk n-rxq-desc and n-txq-descbg/ovs-dpdk-n-queue-desc
https://bugzilla.redhat.com/show_bug.cgi?id=2156385 https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1500
Diffstat (limited to 'src/nmcli')
-rw-r--r--src/nmcli/gen-metadata-nm-settings-nmcli.xml.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nmcli/gen-metadata-nm-settings-nmcli.xml.in b/src/nmcli/gen-metadata-nm-settings-nmcli.xml.in
index 469360e24b..cec7a58eb8 100644
--- a/src/nmcli/gen-metadata-nm-settings-nmcli.xml.in
+++ b/src/nmcli/gen-metadata-nm-settings-nmcli.xml.in
@@ -839,6 +839,10 @@
description="Open vSwitch DPDK device arguments." />
<property name="n-rxq"
description="Open vSwitch DPDK number of rx queues. Defaults to zero which means to leave the parameter in OVS unspecified and effectively configures one queue." />
+ <property name="n-rxq-desc"
+ description="The rx queue size (number of rx descriptors) for DPDK ports. Must be zero or a power of 2 between 1 and 4096, and supported by the hardware. Defaults to zero which means to leave the parameter in OVS unspecified and effectively configures 2048 descriptors." />
+ <property name="n-txq-desc"
+ description="The tx queue size (number of tx descriptors) for DPDK ports. Must be zero or a power of 2 between 1 and 4096, and supported by the hardware. Defaults to zero which means to leave the parameter in OVS unspecified and effectively configures 2048 descriptors." />
</setting>
<setting name="ovs-external-ids" >
</setting>