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 <[email protected]>
Acked-by: Eelco Chaudron <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
  • Loading branch information
kevintraynor authored and Simon Horman committed Oct 30, 2023
1 parent 2ff1dbe commit 075f056
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 @@ -3740,6 +3740,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 075f056

Please sign in to comment.