diff mbox series

[ovs-dev,2/2] vswitch.xml: Add entry for dpdkvhostuser userspace-tso.

Message ID 20231020190022.465940-2-ktraynor@redhat.com
State Superseded
Headers show
Series [ovs-dev,1/2] vswitch.xml: Add dpdkvhostuser group status. | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test success github build: passed
ovsrobot/intel-ovs-compilation success test: success

Commit Message

Kevin Traynor Oct. 20, 2023, 7 p.m. UTC
get_status for dpdkvhostuser(/client) netdev class may display
userspace-tso status.

Fixes: a5669fd51c9b ("netdev-dpdk: Drop TSO in case of conflicting virtio features.")
Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
---
 vswitchd/vswitch.xml | 3 +++
 1 file changed, 3 insertions(+)

Comments

Simon Horman Oct. 25, 2023, 9:36 a.m. UTC | #1
On Fri, Oct 20, 2023 at 08:00:22PM +0100, Kevin Traynor wrote:
> get_status for dpdkvhostuser(/client) netdev class may display
> userspace-tso status.
> 
> Fixes: a5669fd51c9b ("netdev-dpdk: Drop TSO in case of conflicting virtio features.")
> Signed-off-by: Kevin Traynor <ktraynor@redhat.com>

Thanks Kevin,

I verified that this change correlatess with the cited fix,
that the documentation seems logical (to me),
and that both the CI and checkpatch are happy.

Acked-by: Simon Horman <horms@ovn.org>
diff mbox series

Patch

diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
index 2c2bdfa57..e400043ce 100644
--- a/vswitchd/vswitch.xml
+++ b/vswitchd/vswitch.xml
@@ -3851,4 +3851,7 @@  ovs-vsctl add-port br0 p0 -- set Interface p0 type=patch options:peer=p1 \
             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>