diff mbox series

[ovs-dev,2/3,v2] netdev-dpdk: Update docs for interface info in vswitchd/vswitch.xml.

Message ID 20231006090703.701871-1-jmeng@redhat.com
State Superseded, archived
Headers show
Series None | expand

Commit Message

Jakob Meng Oct. 6, 2023, 9:07 a.m. UTC
From: Jakob Meng <code@jakobmeng.de>

The status options pci-vendor_id and pci-device_id for dpdk netdevs
have been replaced by bus_info. This patch updates the documentation
in vswitchd/vswitch.xml accordingly.

Fixes: a77c7796f23a ("dpdk: Update to use v22.11.1.")
Signed-off-by: Jakob Meng <code@jakobmeng.de>
Acked-by: Eelco Chaudron <echaudro@redhat.com>
---
 vswitchd/vswitch.xml | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Comments

David Marchand Oct. 6, 2023, 9:16 a.m. UTC | #1
On Fri, Oct 6, 2023 at 11:07 AM <jmeng@redhat.com> wrote:
>
> From: Jakob Meng <code@jakobmeng.de>
>
> The status options pci-vendor_id and pci-device_id for dpdk netdevs
> have been replaced by bus_info. This patch updates the documentation
> in vswitchd/vswitch.xml accordingly.
>
> Fixes: a77c7796f23a ("dpdk: Update to use v22.11.1.")
> Signed-off-by: Jakob Meng <code@jakobmeng.de>
> Acked-by: Eelco Chaudron <echaudro@redhat.com>

My fault, thanks for fixing.
Reviewed-by: David Marchand <david.marchand@redhat.com>
diff mbox series

Patch

diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
index 797fb05bf..006d1e6a4 100644
--- a/vswitchd/vswitch.xml
+++ b/vswitchd/vswitch.xml
@@ -3797,12 +3797,9 @@  ovs-vsctl add-port br0 p0 -- set Interface p0 type=patch options:peer=p1 \
             Interface description string.
           </column>
 
-          <column name="status" key="pci-vendor_id">
-            Vendor ID of PCI device.
-          </column>
-
-          <column name="status" key="pci-device_id">
-            Device ID of PCI device.
+          <column name="status" key="bus_info">
+            Bus name and bus info such as Vendor ID and Device ID of PCI
+            device.
           </column>
 
           <column name="status" key="dpdk-vf-mac">