Skip to content

Commit

Permalink
vswitch.xml: Add entry for dpdkvhostuser userspace-tso.
Browse files Browse the repository at this point in the history
get_status for dpdkvhostuser(/client) netdev class may display
userspace-tso status.

Fixes: a5669fd ("netdev-dpdk: Drop TSO in case of conflicting virtio features.")
Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
Acked-by: Eelco Chaudron <echaudro@redhat.com>
Signed-off-by: Simon Horman <horms@ovn.org>
  • Loading branch information
kevintraynor authored and Simon Horman committed Oct 30, 2023
1 parent 7838778 commit 8e6d1cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vswitchd/vswitch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3683,6 +3683,9 @@ ovs-vsctl add-port br0 p0 -- set Interface p0 type=patch options:peer=p1 \
Each virtqueue will have it's size reported, where n is the
virtqueue number from 0..(num_of_vrings-1).
</column>
<column name="status" key="userspace-tso">
Whether userspace-tso is enabled or disabled.
</column>
</group>
</group>

Expand Down

0 comments on commit 8e6d1cd

Please sign in to comment.