On 7/13/2020 5:08 PM, Kevin Traynor wrote:
On 13/07/2020 10:44, Ilya Maximets wrote:
On 7/11/20 2:34 PM, Ian Stokes wrote:
Modify travis linux build script to use DPDK 19.11.2 stable release and
update docs to reference 19.11.2 stable release.

Signed-off-by: Ian Stokes <[email protected]>
---
  .travis/linux-build.sh                   | 2 +-
  Documentation/faq/releases.rst           | 2 +-
  Documentation/intro/install/dpdk.rst     | 8 ++++----
  Documentation/topics/dpdk/vhost-user.rst | 6 +++---
  Documentation/topics/userspace-tso.rst   | 9 ---------
  NEWS                                     | 3 +++
  6 files changed, 12 insertions(+), 18 deletions(-)

diff --git a/.travis/linux-build.sh b/.travis/linux-build.sh
index 02615a8ec..e0a065291 100755
--- a/.travis/linux-build.sh
+++ b/.travis/linux-build.sh
@@ -170,7 +170,7 @@ fi
if [ "$DPDK" ] || [ "$DPDK_SHARED" ]; then
      if [ -z "$DPDK_VER" ]; then
-        DPDK_VER="19.11"
+        DPDK_VER="19.11.2"
      fi
      install_dpdk $DPDK_VER
      if [ "$CC" = "clang" ]; then
diff --git a/Documentation/faq/releases.rst b/Documentation/faq/releases.rst
index e5cef3915..7c826f239 100644
--- a/Documentation/faq/releases.rst
+++ b/Documentation/faq/releases.rst
@@ -194,7 +194,7 @@ Q: What DPDK version does each Open vSwitch release work 
with?
      2.10.x       17.11.4
      2.11.x       18.11.6
      2.12.x       18.11.6
-    2.13.x       19.11.0
+    2.13.x       19.11.2

We likely need to update versions for older branches too.
Might be done with a separate patch.  We need to maintain
this list at least on master branch since we have it in
documentation.


+1

Aside from that, versions/updates here and to the branches look good.

Acked-by: Kevin Traynor <[email protected]>

No problem, I've updated the patches to update all branchesin the FAQ section and pushed, thanks for the review and feedback.

BR
Ian
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to