From patchwork Sat Jul 11 12:32:39 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Stokes, Ian" X-Patchwork-Id: 1327314 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=openvswitch.org (client-ip=140.211.166.138; helo=whitealder.osuosl.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=intel.com Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4B3q841Nw4z9sDX for ; Sat, 11 Jul 2020 22:33:24 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A0ED3897BA; Sat, 11 Jul 2020 12:33:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vgIYsrKyk0S2; Sat, 11 Jul 2020 12:33:19 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by whitealder.osuosl.org (Postfix) with ESMTP id 6713389758; Sat, 11 Jul 2020 12:33:19 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 44F7BC08A6; Sat, 11 Jul 2020 12:33:19 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@lists.linuxfoundation.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by lists.linuxfoundation.org (Postfix) with ESMTP id E274DC016F for ; Sat, 11 Jul 2020 12:33:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id ED7FD207A1 for ; Sat, 11 Jul 2020 12:32:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vthtOmtiuaxM for ; Sat, 11 Jul 2020 12:32:43 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by silver.osuosl.org (Postfix) with ESMTPS id 222602050C for ; Sat, 11 Jul 2020 12:32:43 +0000 (UTC) IronPort-SDR: jRDg58Rq65AXAVeSeSQzH8KB0t7paPmXQ/L/7OO3e/qlPMzJb+FiDDHddXV9q6YLfP/HcZgJXu jiZtc8a8w+qA== X-IronPort-AV: E=McAfee;i="6000,8403,9678"; a="209917168" X-IronPort-AV: E=Sophos;i="5.75,339,1589266800"; d="scan'208";a="209917168" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Jul 2020 05:32:42 -0700 IronPort-SDR: h3lkcWAKLti/wAaPxNxF0l4obqUDMOWdN2499J7VnVS46nOWfVanBN6yg/Ne6sV2b3N45vNp/j auhUp4T4WStQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,339,1589266800"; d="scan'208";a="267963449" Received: from sivswdev08.ir.intel.com (HELO localhost.localdomain) ([10.237.217.47]) by fmsmga007.fm.intel.com with ESMTP; 11 Jul 2020 05:32:41 -0700 From: Ian Stokes To: dev@openvswitch.org Date: Sat, 11 Jul 2020 13:32:39 +0100 Message-Id: <1594470759-28545-1-git-send-email-ian.stokes@intel.com> X-Mailer: git-send-email 1.7.0.7 Cc: i.maximets@ovn.org Subject: [ovs-dev] [PATCH branch-2.11 v1 1/1] dpdk: Use DPDK 18.11.9 release. X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: ovs-dev-bounces@openvswitch.org Sender: "dev" Modify travis linux build script to use the latest DPDK stable release. Update docs for latest DPDK stable releases. Signed-off-by: Ian Stokes --- .travis/linux-build.sh | 2 +- Documentation/faq/releases.rst | 2 +- Documentation/intro/install/dpdk.rst | 8 ++++---- Documentation/topics/dpdk/vhost-user.rst | 6 +++--- NEWS | 7 +++++-- 5 files changed, 14 insertions(+), 11 deletions(-) diff --git a/.travis/linux-build.sh b/.travis/linux-build.sh index a2bf23af9..ab0089d55 100755 --- a/.travis/linux-build.sh +++ b/.travis/linux-build.sh @@ -88,7 +88,7 @@ fi if [ "$DPDK" ] || [ "$DPDK_SHARED" ]; then if [ -z "$DPDK_VER" ]; then - DPDK_VER="18.11.6" + DPDK_VER="18.11.9" fi install_dpdk $DPDK_VER if [ "$CC" = "clang" ]; then diff --git a/Documentation/faq/releases.rst b/Documentation/faq/releases.rst index 5868da35a..2502efd18 100644 --- a/Documentation/faq/releases.rst +++ b/Documentation/faq/releases.rst @@ -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.6 + 2.11.x 18.11.9 ============ ======= Q: Are all the DPDK releases that OVS versions work with maintained? diff --git a/Documentation/intro/install/dpdk.rst b/Documentation/intro/install/dpdk.rst index 78a28c16a..510923dcc 100644 --- a/Documentation/intro/install/dpdk.rst +++ b/Documentation/intro/install/dpdk.rst @@ -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.6 +- DPDK 18.11.9 - 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.6.tar.xz - $ tar xf dpdk-18.11.6.tar.xz - $ export DPDK_DIR=/usr/src/dpdk-stable-18.11.6 + $ wget http://fast.dpdk.org/rel/dpdk-18.11.9.tar.xz + $ tar xf dpdk-18.11.9.tar.xz + $ export DPDK_DIR=/usr/src/dpdk-stable-18.11.9 $ cd $DPDK_DIR #. (Optional) Configure DPDK as a shared library diff --git a/Documentation/topics/dpdk/vhost-user.rst b/Documentation/topics/dpdk/vhost-user.rst index 7464e9b43..055cde05a 100644 --- a/Documentation/topics/dpdk/vhost-user.rst +++ b/Documentation/topics/dpdk/vhost-user.rst @@ -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.6.tar.xz - $ tar xf dpdk-18.11.6.tar.xz - $ export DPDK_DIR=/root/dpdk/dpdk-stable-18.11.6 + $ wget http://fast.dpdk.org/rel/dpdk-18.11.9.tar.xz + $ tar xf dpdk-18.11.9.tar.xz + $ export DPDK_DIR=/root/dpdk/dpdk-stable-18.11.9 $ 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 be1f38e23..cd0c889c1 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,11 @@ v2.11.4 - xx xxx xxxx --------------------- - DPDK - * OVS validated with DPDK 18.11.6, due to the inclusion of a fix for - CVE-2019-14818, this DPDK version is strongly recommended to be used. + * OVS validated with DPDK 18.11.9. Due to this being the latest LTS to + be validated and coupled with the inclusion of fixes for + CVE-2019-14818, CVE-2020-10722, CVE-2020-10723 and CVE-2020-10724 + over the course of various LTS releases, this DPDK version is strongly + recommended to be used. v2.11.3 - 06 Sep 2019 ---------------------