diff mbox series

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

Message ID 20231006092905.704010-2-jmeng@redhat.com
State Accepted
Delegated to: Kevin Traynor
Headers show
Series [ovs-dev,v3,1/3] netdev-dpdk: Document status options for VF MAC address. | 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

Jakob Meng Oct. 6, 2023, 9:29 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

Kevin Traynor Oct. 10, 2023, 10:57 a.m. UTC | #1
On 06/10/2023 10:29, 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>
> ---
>   vswitchd/vswitch.xml | 9 +++------
>   1 file changed, 3 insertions(+), 6 deletions(-)
> 
> 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">

Removed "in vswitchd/vswitch.xml" from commit subject to make it <50 
chars and anyway the file updated is clear from the commit.

With this changed, pushed series. Thanks Jakob, Eelco and Simon :-)
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">