diff mbox series

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

Message ID 20231023094113.16443-2-ktraynor@redhat.com
State Accepted
Delegated to: Simon Horman
Headers show
Series [ovs-dev,v3,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. 23, 2023, 9:41 a.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>

---
v3: fix up patch version. Only change since v1 is expanded descriptions.
---
 vswitchd/vswitch.xml | 3 +++
 1 file changed, 3 insertions(+)

Comments

Eelco Chaudron Oct. 27, 2023, 10:20 a.m. UTC | #1
On 23 Oct 2023, at 11:41, 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 for updating this! The changes look good to me.

Acked-by: Eelco Chaudron <echaudro@redhat.com>
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>