Re: [ovs-dev] [PATCH v2 branch-3.2] dpdk: Use DPDK 22.11.5 release for OVS 3.2.

2024-05-30 Thread Eelco Chaudron



On 28 May 2024, at 11:25, Kevin Traynor wrote:

> Update the CI and docs to use DPDK 22.11.5.
>
> Signed-off-by: Kevin Traynor 

Thanks Kevin, changes look good to me.

Acked-by: Eelco Chaudron 

___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


Re: [ovs-dev] [PATCH v2 branch-3.2] dpdk: Use DPDK 22.11.5 release for OVS 3.2.

2024-05-28 Thread Ilya Maximets
On 5/28/24 11:25, Kevin Traynor wrote:
> Update the CI and docs to use DPDK 22.11.5.
> 
> Signed-off-by: Kevin Traynor 
> ---
> v2: no change
> ---
>  .github/workflows/build-and-test.yml | 2 +-
>  Documentation/faq/releases.rst   | 8 
>  Documentation/intro/install/dpdk.rst | 8 
>  NEWS | 2 ++
>  4 files changed, 11 insertions(+), 9 deletions(-)

Acked-by: Ilya Maximets 

___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


[ovs-dev] [PATCH v2 branch-3.2] dpdk: Use DPDK 22.11.5 release for OVS 3.2.

2024-05-28 Thread Kevin Traynor
Update the CI and docs to use DPDK 22.11.5.

Signed-off-by: Kevin Traynor 
---
v2: no change
---
 .github/workflows/build-and-test.yml | 2 +-
 Documentation/faq/releases.rst   | 8 
 Documentation/intro/install/dpdk.rst | 8 
 NEWS | 2 ++
 4 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/.github/workflows/build-and-test.yml 
b/.github/workflows/build-and-test.yml
index 565058cec..951e7e321 100644
--- a/.github/workflows/build-and-test.yml
+++ b/.github/workflows/build-and-test.yml
@@ -12,5 +12,5 @@ jobs:
   CC: gcc
   DPDK_GIT: https://dpdk.org/git/dpdk-stable
-  DPDK_VER: 22.11.4
+  DPDK_VER: 22.11.5
 name: dpdk gcc
 outputs:
diff --git a/Documentation/faq/releases.rst b/Documentation/faq/releases.rst
index f47d40836..2be9b501c 100644
--- a/Documentation/faq/releases.rst
+++ b/Documentation/faq/releases.rst
@@ -216,8 +216,8 @@ Q: What DPDK version does each Open vSwitch release work 
with?
 2.15.x   20.11.6
 2.16.x   20.11.6
-2.17.x   21.11.6
-3.0.x21.11.6
-3.1.x22.11.4
-3.2.x22.11.4
+2.17.x   21.11.7
+3.0.x21.11.7
+3.1.x22.11.5
+3.2.x22.11.5
  
 
diff --git a/Documentation/intro/install/dpdk.rst 
b/Documentation/intro/install/dpdk.rst
index 27df48493..a9921ae42 100644
--- a/Documentation/intro/install/dpdk.rst
+++ b/Documentation/intro/install/dpdk.rst
@@ -43,5 +43,5 @@ In addition to the requirements described in :doc:`general`, 
building Open
 vSwitch with DPDK will require the following:
 
-- DPDK 22.11.4
+- DPDK 22.11.5
 
 - A `DPDK supported NIC`_
@@ -74,7 +74,7 @@ Install DPDK
 
$ cd /usr/src/
-   $ wget https://fast.dpdk.org/rel/dpdk-22.11.4.tar.xz
-   $ tar xf dpdk-22.11.4.tar.xz
-   $ export DPDK_DIR=/usr/src/dpdk-stable-22.11.4
+   $ wget https://fast.dpdk.org/rel/dpdk-22.11.5.tar.xz
+   $ tar xf dpdk-22.11.5.tar.xz
+   $ export DPDK_DIR=/usr/src/dpdk-stable-22.11.5
$ cd $DPDK_DIR
 
diff --git a/NEWS b/NEWS
index baeecae04..8baf3d2aa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
 v3.2.3 - xx xxx 
 
+   - DPDK:
+ * OVS validated with DPDK 22.11.5.
 
 v3.2.2 - 08 Feb 2024
-- 
2.44.0

___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev