2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-22 01:51:26 +00:00

netdev-dpdk: Document rx-steering status options.

Fixes: fc06ea9a1883 ("netdev-dpdk: Add custom rx-steering configuration.")
Signed-off-by: Jakob Meng <code@jakobmeng.de>
Acked-by: Simon Horman <horms@ovn.org>
Acked-by: Eelco Chaudron <echaudro@redhat.com>
Acked-by: Kevin Traynor <ktraynor@redhat.com>
Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
This commit is contained in:
Jakob Meng 2023-10-06 11:29:05 +02:00 committed by Kevin Traynor
parent e9ada16292
commit bb6ed2472f

View File

@ -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.
</column>
<column name="status" key="rx_steering">
Hardware Rx queue steering policy in use.
</column>
<column name="status" key="rx_steering_queue">
ID of rx steering queue. Only reported if <code>rx-steering</code>
is supported by hardware.
</column>
<column name="status" key="rss_queues">
IDs of rss queues. Only reported if <code>rx-steering</code> is
supported by hardware.
</column>
</group>
</group>