From patchwork Mon Apr 23 15:35:33 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Traynor X-Patchwork-Id: 903009 X-Patchwork-Delegate: ian.stokes@intel.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=openvswitch.org (client-ip=140.211.169.12; helo=mail.linuxfoundation.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=redhat.com Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 40V9XG6WM9z9rxp for ; Tue, 24 Apr 2018 01:35:42 +1000 (AEST) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 763BCB13; Mon, 23 Apr 2018 15:35:41 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@mail.linuxfoundation.org Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id BE9DA9CE for ; Mon, 23 Apr 2018 15:35:40 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mx1.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 2DD376E3 for ; Mon, 23 Apr 2018 15:35:40 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 6BB10402382B for ; Mon, 23 Apr 2018 15:35:39 +0000 (UTC) Received: from ktraynor.remote.csb (unknown [10.36.118.53]) by smtp.corp.redhat.com (Postfix) with ESMTP id ABF1F1102E28; Mon, 23 Apr 2018 15:35:38 +0000 (UTC) From: Kevin Traynor To: dev@openvswitch.org Date: Mon, 23 Apr 2018 16:35:33 +0100 Message-Id: <1524497733-25858-1-git-send-email-ktraynor@redhat.com> X-Scanned-By: MIMEDefang 2.78 on 10.11.54.3 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.6]); Mon, 23 Apr 2018 15:35:39 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.6]); Mon, 23 Apr 2018 15:35:39 +0000 (UTC) for IP:'10.11.54.3' DOMAIN:'int-mx03.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'ktraynor@redhat.com' RCPT:'' X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org Subject: [ovs-dev] [branch-2.7 PATCH] dpdk: Use DPDK 16.11.6 release. X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: ovs-dev-bounces@openvswitch.org Errors-To: ovs-dev-bounces@openvswitch.org Modify travis linux build script to use the latest DPDK stable release 16.11.6. Update docs for latest DPDK stable releases. Signed-off-by: Kevin Traynor --- .travis/linux-build.sh | 2 +- Documentation/faq/releases.rst | 2 +- Documentation/intro/install/dpdk.rst | 6 +++--- Documentation/topics/dpdk/vhost-user.rst | 8 ++++---- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.travis/linux-build.sh b/.travis/linux-build.sh index 663f096..7909c0c 100755 --- a/.travis/linux-build.sh +++ b/.travis/linux-build.sh @@ -81,5 +81,5 @@ fi if [ "$DPDK" ]; then if [ -z "$DPDK_VER" ]; then - DPDK_VER="16.11.5" + DPDK_VER="16.11.6" fi install_dpdk $DPDK_VER diff --git a/Documentation/faq/releases.rst b/Documentation/faq/releases.rst index e11de49..260edc6 100644 --- a/Documentation/faq/releases.rst +++ b/Documentation/faq/releases.rst @@ -161,5 +161,5 @@ Q: What DPDK version does each Open vSwitch release work with? 2.5.x 2.2 2.6.x 16.07.2 - 2.7.x 16.11.5 + 2.7.x 16.11.6 ============ ======= diff --git a/Documentation/intro/install/dpdk.rst b/Documentation/intro/install/dpdk.rst index 4f7d20f..39481f2 100644 --- a/Documentation/intro/install/dpdk.rst +++ b/Documentation/intro/install/dpdk.rst @@ -65,7 +65,7 @@ Install DPDK $ cd /usr/src/ - $ wget http://fast.dpdk.org/rel/dpdk-16.11.5.tar.xz - $ tar xf dpdk-16.11.5.tar.xz - $ export DPDK_DIR=/usr/src/dpdk-stable-16.11.5 + $ wget http://fast.dpdk.org/rel/dpdk-16.11.6.tar.xz + $ tar xf dpdk-16.11.6.tar.xz + $ export DPDK_DIR=/usr/src/dpdk-stable-16.11.6 $ cd $DPDK_DIR diff --git a/Documentation/topics/dpdk/vhost-user.rst b/Documentation/topics/dpdk/vhost-user.rst index a267384..8fec00c 100644 --- a/Documentation/topics/dpdk/vhost-user.rst +++ b/Documentation/topics/dpdk/vhost-user.rst @@ -279,7 +279,7 @@ DPDK sources to VM and build DPDK:: $ cd /root/dpdk/ - $ wget http://fast.dpdk.org/rel/dpdk-16.11.5.tar.xz - $ tar xf dpdk-16.11.5.tar.xz - $ export DPDK_DIR=/root/dpdk/dpdk-stable-16.11.5 + $ wget http://fast.dpdk.org/rel/dpdk-16.11.6.tar.xz + $ tar xf dpdk-16.11.6.tar.xz + $ export DPDK_DIR=/root/dpdk/dpdk-stable-16.11.6 $ export DPDK_TARGET=x86_64-native-linuxapp-gcc $ export DPDK_BUILD=$DPDK_DIR/$DPDK_TARGET @@ -365,5 +365,5 @@ Sample XML - +