From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id B8A3BA04F5 for ; Wed, 11 Dec 2019 22:29:36 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id ADACB1F5; Wed, 11 Dec 2019 22:29:36 +0100 (CET) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.81]) by dpdk.org (Postfix) with ESMTP id 9954F1F5 for ; Wed, 11 Dec 2019 22:29:35 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1576099775; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=gn3+surrnqj7MwSwI979tJ+uST/reg4Q6UFYkcU5RDk=; b=N2N10oPVaVHnkBoxeWDzIJG5yNy8KCclDvBNnfBnPZ+KPn5DN5w3rbQcbct+U5vR88LmWz 44Yy/pg2O1dEznU2vVhYdWt9QpDjFUS6wU68LgaeA7X7JXtO6yXblPgVDiDz55rvMWFLFG OwGkwiMdSpl+AZ3GtJ18w3Oqt0JGkSU= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-283-v_ATIu8LOWC0BcNlCCiYIw-1; Wed, 11 Dec 2019 16:29:33 -0500 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id CF179800D4C; Wed, 11 Dec 2019 21:29:31 +0000 (UTC) Received: from rh.redhat.com (ovpn-116-64.ams2.redhat.com [10.36.116.64]) by smtp.corp.redhat.com (Postfix) with ESMTP id C29EB10013A1; Wed, 11 Dec 2019 21:29:30 +0000 (UTC) From: Kevin Traynor To: Joyce Kong Cc: Gavin Hu , Jerin Jacob , dpdk stable Date: Wed, 11 Dec 2019 21:27:02 +0000 Message-Id: <20191211212702.27851-70-ktraynor@redhat.com> In-Reply-To: <20191211212702.27851-1-ktraynor@redhat.com> References: <20191211212702.27851-1-ktraynor@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-MC-Unique: v_ATIu8LOWC0BcNlCCiYIw-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Subject: [dpdk-stable] patch 'doc: update arm64 cross build tool version' has been queued to LTS release 18.11.6 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" Hi, FYI, your patch has been queued to LTS release 18.11.6 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 12/17/19. So please shout if anyone has objections. Also note that after the patch there's a diff of the upstream commit vs the patch applied to the branch. This will indicate if there was any rebasing needed to apply to the stable branch. If there were code changes for rebasi= ng (ie: not only metadata diffs), please double check that the rebase was correctly done. Queued patches are on a temporary branch at: https://github.com/kevintraynor/dpdk-stable-queue This queued commit can be viewed at: https://github.com/kevintraynor/dpdk-stable-queue/commit/c54150499eaad75e72= 0c70da597171fd21e6a1fe Thanks. Kevin. --- >From c54150499eaad75e720c70da597171fd21e6a1fe Mon Sep 17 00:00:00 2001 From: Joyce Kong Date: Thu, 28 Nov 2019 14:32:59 +0800 Subject: [PATCH] doc: update arm64 cross build tool version [ upstream commit 2bf752c112ce6b5ab16ea7d15434503e97fb1765 ] Update the cross build tool version to gcc8.3. Fixes: 01add9da25cd ("doc: add cross compiling guide") Signed-off-by: Joyce Kong Reviewed-by: Gavin Hu Acked-by: Jerin Jacob --- .../linux_gsg/cross_build_dpdk_for_arm64.rst | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/doc/guides/linux_gsg/cross_build_dpdk_for_arm64.rst b/doc/guid= es/linux_gsg/cross_build_dpdk_for_arm64.rst index 73a0b87c5..3db942b78 100644 --- a/doc/guides/linux_gsg/cross_build_dpdk_for_arm64.rst +++ b/doc/guides/linux_gsg/cross_build_dpdk_for_arm64.rst @@ -17,9 +17,11 @@ The latest cross compile tool chain can be downloaded fr= om: https://developer.arm.com/open-source/gnu-toolchain/gnu-a/downloads. =20 -Following is the step to get the version 8.2, latest one at the time of th= is writing. +It is always recommended to check and get the latest compiler tool from th= e page and use +it to generate better code. As of this writing 8.3-2019.03 is the newest, = the following +description is an example of this version. =20 .. code-block:: console =20 - wget https://developer.arm.com/-/media/Files/downloads/gnu-a/8.2-2019.0= 1/gcc-arm-8.2-2019.01-x86_64-aarch64-linux-gnu.tar.xz + wget https://developer.arm.com/-/media/Files/downloads/gnu-a/8.3-2019.0= 3/binrel/gcc-arm-8.3-2019.03-x86_64-aarch64-linux-gnu.tar.xz =20 Unzip and add into the PATH @@ -28,6 +30,6 @@ Unzip and add into the PATH .. code-block:: console =20 - tar -xvf gcc-arm-8.2-2019.01-x86_64-aarch64-linux-gnu.tar.xz - export PATH=3D$PATH:/gcc-arm-8.2-2019.01-x86_64-aarc= h64-linux-gnu/bin + tar -xvf gcc-arm-8.3-2019.03-x86_64-aarch64-linux-gnu.tar.xz + export PATH=3D$PATH:/gcc-arm-8.3-2019.03-x86_64-aarc= h64-linux-gnu/bin =20 .. note:: @@ -70,7 +72,7 @@ Copy the NUMA header files and lib to the cross compiler'= s directories: .. code-block:: console =20 - cp /include/numa*.h /gcc-arm-8.2-2= 019.01-x86_64-aarch64-linux-gnu/bin/../aarch64-linux-gnu/libc/usr/include/ - cp /lib/libnuma.a /gcc-arm-8.2-201= 9.01-x86_64-aarch64-linux-gnu/lib/gcc/aarch64-linux-gnu/8.2/ - cp /lib/libnuma.so /gcc-arm-8.2-20= 19.01-x86_64-aarch64-linux-gnu/lib/gcc/aarch64-linux-gnu/8.2/ + cp /include/numa*.h /gcc-arm-8.3-2= 019.03-x86_64-aarch64-linux-gnu/aarch64-linux-gnu/libc/usr/include/ + cp /lib/libnuma.a /gcc-arm-8.3-201= 9.03-x86_64-aarch64-linux-gnu/lib/gcc/aarch64-linux-gnu/8.3.0/ + cp /lib/libnuma.so /gcc-arm-8.3-20= 19.03-x86_64-aarch64-linux-gnu/lib/gcc/aarch64-linux-gnu/8.3.0/ =20 .. _configure_and_cross_compile_dpdk_build: --=20 2.21.0 --- Diff of the applied patch vs upstream commit (please double-check if non-= empty: --- --- -=092019-12-11 21:24:18.135323842 +0000 +++ 0070-doc-update-arm64-cross-build-tool-version.patch=092019-12-11 21:24= :12.757649358 +0000 @@ -1 +1 @@ -From 2bf752c112ce6b5ab16ea7d15434503e97fb1765 Mon Sep 17 00:00:00 2001 +From c54150499eaad75e720c70da597171fd21e6a1fe Mon Sep 17 00:00:00 2001 @@ -5,0 +6,2 @@ +[ upstream commit 2bf752c112ce6b5ab16ea7d15434503e97fb1765 ] + @@ -9 +10,0 @@ -Cc: stable@dpdk.org @@ -19 +20 @@ -index 8f6c951dd..687070134 100644 +index 73a0b87c5..3db942b78 100644 @@ -45 +46 @@ -@@ -72,7 +74,7 @@ Copy the NUMA header files and lib to the cross compiler= 's directories: +@@ -70,7 +72,7 @@ Copy the NUMA header files and lib to the cross compiler= 's directories: