From patchwork Tue Nov 26 12:03:04 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Stokes, Ian" X-Patchwork-Id: 1200998 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.136; helo=silver.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 silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 47MjGW1xPqz9sPK for ; Tue, 26 Nov 2019 23:03:15 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 5F61A214EC; Tue, 26 Nov 2019 12:03:13 +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 Y2nbGLL5S8vz; Tue, 26 Nov 2019 12:03:11 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by silver.osuosl.org (Postfix) with ESMTP id BA95920495; Tue, 26 Nov 2019 12:03:11 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id A431BC0880; Tue, 26 Nov 2019 12:03:11 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@lists.linuxfoundation.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by lists.linuxfoundation.org (Postfix) with ESMTP id B6EE7C0878 for ; Tue, 26 Nov 2019 12:03:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id B28F384461 for ; Tue, 26 Nov 2019 12:03:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ituCp_Kliql2 for ; Tue, 26 Nov 2019 12:03:09 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by fraxinus.osuosl.org (Postfix) with ESMTPS id E0A9F84422 for ; Tue, 26 Nov 2019 12:03:08 +0000 (UTC) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Nov 2019 04:03:08 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,245,1571727600"; d="scan'208";a="409954954" Received: from sivswdev08.ir.intel.com (HELO localhost.localdomain) ([10.237.217.47]) by fmsmga006.fm.intel.com with ESMTP; 26 Nov 2019 04:03:06 -0800 From: Ian Stokes To: dev@openvswitch.org Date: Tue, 26 Nov 2019 12:03:04 +0000 Message-Id: <1574769784-9241-1-git-send-email-ian.stokes@intel.com> X-Mailer: git-send-email 1.7.0.7 Cc: david.marchand@redhat.com, i.maximets@ovn.org Subject: [ovs-dev] [PATCH v1 1/1] dpdk: Use DPDK 18.11.5 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 18.11.5. Update docs for latest DPDK stable releases. Signed-off-by: Ian Stokes Acked-by: Ilya Maximets Acked-by: Kevin Traynor --- .travis/linux-build.sh | 2 +- Documentation/faq/releases.rst | 2 +- Documentation/intro/install/dpdk.rst | 8 ++++---- Documentation/topics/dpdk/vhost-user.rst | 6 +++--- NEWS | 1 + 5 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.travis/linux-build.sh b/.travis/linux-build.sh index 4e74973a3..8671acbb3 100755 --- a/.travis/linux-build.sh +++ b/.travis/linux-build.sh @@ -165,7 +165,7 @@ fi if [ "$DPDK" ] || [ "$DPDK_SHARED" ]; then if [ -z "$DPDK_VER" ]; then - DPDK_VER="18.11.2" + DPDK_VER="18.11.5" fi install_dpdk $DPDK_VER # Enable pdump support in OVS. diff --git a/Documentation/faq/releases.rst b/Documentation/faq/releases.rst index 4152345e3..2be35d332 100644 --- a/Documentation/faq/releases.rst +++ b/Documentation/faq/releases.rst @@ -186,7 +186,7 @@ Q: What DPDK version does each Open vSwitch release work with? 2.9.x 17.11.4 2.10.x 17.11.4 2.11.x 18.11.2 - 2.12.x 18.11.2 + 2.12.x 18.11.5 ============ ======= 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 50de7fbac..7a8fd6bf6 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.2 +- DPDK 18.11.5 - 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.2.tar.xz - $ tar xf dpdk-18.11.2.tar.xz - $ export DPDK_DIR=/usr/src/dpdk-stable-18.11.2 + $ wget http://fast.dpdk.org/rel/dpdk-18.11.5.tar.xz + $ tar xf dpdk-18.11.5.tar.xz + $ export DPDK_DIR=/usr/src/dpdk-stable-18.11.5 $ 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 ec0caeb16..2d6462b89 100644 --- a/Documentation/topics/dpdk/vhost-user.rst +++ b/Documentation/topics/dpdk/vhost-user.rst @@ -392,9 +392,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.2.tar.xz - $ tar xf dpdk-18.11.2.tar.xz - $ export DPDK_DIR=/root/dpdk/dpdk-stable-18.11.2 + $ wget http://fast.dpdk.org/rel/dpdk-18.11.5.tar.xz + $ tar xf dpdk-18.11.5.tar.xz + $ export DPDK_DIR=/root/dpdk/dpdk-stable-18.11.5 $ 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 100d7b6a8..850eff7fe 100644 --- a/NEWS +++ b/NEWS @@ -22,6 +22,7 @@ Post-v2.12.0 * DPDK pdump packet capture support disabled by default. New configure option '--enable-dpdk-pdump' to enable it. * DPDK pdump support is deprecated and will be removed in next releases. + * OVS validated with DPDK 18.11.5 which is recommended to be used. v2.12.0 - 03 Sep 2019 ---------------------