From bb6ed2472fc5323ef629fe80ddb51efe69f31d44 Mon Sep 17 00:00:00 2001 From: Jakob Meng Date: Fri, 6 Oct 2023 11:29:05 +0200 Subject: [PATCH] netdev-dpdk: Document rx-steering status options. Fixes: fc06ea9a1883 ("netdev-dpdk: Add custom rx-steering configuration.") Signed-off-by: Jakob Meng Acked-by: Simon Horman Acked-by: Eelco Chaudron Acked-by: Kevin Traynor Signed-off-by: Kevin Traynor --- vswitchd/vswitch.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index 006d1e6a4..1e2a1267d 100644 --- a/vswitchd/vswitch.xml +++ b/vswitchd/vswitch.xml @@ -3806,6 +3806,20 @@ ovs-vsctl add-port br0 p0 -- set Interface p0 type=patch options:peer=p1 \ Ethernet address set for this VF interface. Only reported for dpdk VF representors. + + + Hardware Rx queue steering policy in use. + + + + ID of rx steering queue. Only reported if rx-steering + is supported by hardware. + + + + IDs of rss queues. Only reported if rx-steering is + supported by hardware. +