]> git.proxmox.com Git - ovs.git/commitdiff
dpdk: Use DPDK 18.11.2 release.
authorIan Stokes <ian.stokes@intel.com>
Wed, 26 Jun 2019 21:06:21 +0000 (22:06 +0100)
committerIan Stokes <ian.stokes@intel.com>
Thu, 27 Jun 2019 08:06:55 +0000 (09:06 +0100)
Modify travis linux build script to use the latest DPDK stable release
18.11.2. Update docs for latest DPDK stable releases.

Signed-off-by: Ian Stokes <ian.stokes@intel.com>
Acked-by: Kevin Traynor <ktraynor@redhat.com>
.travis/linux-build.sh
Documentation/faq/releases.rst
Documentation/intro/install/dpdk.rst
Documentation/topics/dpdk/vhost-user.rst
NEWS

index e7946bfd9ce17ec7a613ef5fc5373e2baa0805a3..de8e76f1929711e9181e3e121f2d1bd4c5a12f6d 100755 (executable)
@@ -88,7 +88,7 @@ fi
 
 if [ "$DPDK" ] || [ "$DPDK_SHARED" ]; then
     if [ -z "$DPDK_VER" ]; then
-        DPDK_VER="18.11.1"
+        DPDK_VER="18.11.2"
     fi
     install_dpdk $DPDK_VER
     if [ "$CC" = "clang" ]; then
index 09da73a46ee4f31e3fd15a003a6fe9014c840758..eeb949d4a69097216fc3b0e5f4a0c09b5d4606f5 100644 (file)
@@ -176,7 +176,7 @@ Q: What DPDK version does each Open vSwitch release work with?
     2.8.x        17.05.2
     2.9.x        17.11.4
     2.10.x       17.11.4
-    2.11.x       18.11.1
+    2.11.x       18.11.2
     ============ =======
 
 Q: Are all the DPDK releases that OVS versions work with maintained?
index 149548bc190aa67b7e75daee8af1d2da23e8e9aa..6e5f1ea60af2a1675f26a424b581ee7a671b7e00 100644 (file)
@@ -42,7 +42,7 @@ Build requirements
 In addition to the requirements described in :doc:`general`, building Open
 vSwitch with DPDK will require the following:
 
-- DPDK 18.11.1
+- DPDK 18.11.2
 
 - A `DPDK supported NIC`_
 
@@ -71,9 +71,9 @@ Install DPDK
 #. Download the `DPDK sources`_, extract the file and set ``DPDK_DIR``::
 
        $ cd /usr/src/
-       $ wget http://fast.dpdk.org/rel/dpdk-18.11.1.tar.xz
-       $ tar xf dpdk-18.11.1.tar.xz
-       $ export DPDK_DIR=/usr/src/dpdk-stable-18.11.1
+       $ wget http://fast.dpdk.org/rel/dpdk-18.11.2.tar.xz
+       $ tar xf dpdk-18.11.2.tar.xz
+       $ export DPDK_DIR=/usr/src/dpdk-stable-18.11.2
        $ cd $DPDK_DIR
 
 #. (Optional) Configure DPDK as a shared library
index 0982e03936f02ff9836753f6f8a3fc45bff66507..33361ec35996484f1dae087f43b10156596fe0f4 100644 (file)
@@ -320,9 +320,9 @@ To begin, instantiate a guest as described in :ref:`dpdk-vhost-user` or
 DPDK sources to VM and build DPDK::
 
     $ cd /root/dpdk/
-    $ wget http://fast.dpdk.org/rel/dpdk-18.11.1.tar.xz
-    $ tar xf dpdk-18.11.1.tar.xz
-    $ export DPDK_DIR=/root/dpdk/dpdk-stable-18.11.1
+    $ wget http://fast.dpdk.org/rel/dpdk-18.11.2.tar.xz
+    $ tar xf dpdk-18.11.2.tar.xz
+    $ export DPDK_DIR=/root/dpdk/dpdk-stable-18.11.2
     $ export DPDK_TARGET=x86_64-native-linuxapp-gcc
     $ export DPDK_BUILD=$DPDK_DIR/$DPDK_TARGET
     $ cd $DPDK_DIR
diff --git a/NEWS b/NEWS
index 859960772b7582ffcf41ee460daf02dc43486228..ff26477393759dfd87a6776b0e194fe20d11088c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
 v2.11.2 - xx xxx xxxx
 --------------------
    - DPDK
-     * OVS validated with DPDK 18.11.1 which is recommended to be used.
+     * OVS validated with DPDK 18.11.2 which is recommended to be used.
 
 v2.11.1 - 30 Mar 2019
 --------------------