From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from foss.arm.com (foss.arm.com [217.140.101.70]) by dpdk.org (Postfix) with ESMTP id 103927CBE for ; Wed, 6 Sep 2017 18:09:34 +0200 (CEST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 336FA1529; Wed, 6 Sep 2017 09:09:34 -0700 (PDT) Received: from localhost.localdomain (u202767.usa.arm.com [10.118.105.181]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id E1F233F578; Wed, 6 Sep 2017 09:09:33 -0700 (PDT) From: Brian Brooks To: dev@dpdk.org Cc: thomas@monjalon.net, Brian Brooks Date: Wed, 6 Sep 2017 10:55:03 -0500 Message-Id: <20170906155503.73591-1-brian.brooks@arm.com> X-Mailer: git-send-email 2.14.1 Subject: [dpdk-dev] [PATCH] doc: add arm64 to linux_gsg X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2017 16:09:35 -0000 Signed-off-by: Brian Brooks Reviewed-by: Song Zhu --- doc/guides/linux_gsg/build_dpdk.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/linux_gsg/build_dpdk.rst b/doc/guides/linux_gsg/build_dpdk.rst index e32afd5f8..5452041f3 100644 --- a/doc/guides/linux_gsg/build_dpdk.rst +++ b/doc/guides/linux_gsg/build_dpdk.rst @@ -69,9 +69,9 @@ The format of a DPDK target is:: where: -* ``ARCH`` can be: ``i686``, ``x86_64``, ``ppc_64`` +* ``ARCH`` can be: ``i686``, ``x86_64``, ``ppc_64``, ``arm64`` -* ``MACHINE`` can be: ``native``, ``power8`` +* ``MACHINE`` can be: ``native``, ``power8``, ``armv8a`` * ``EXECENV`` can be: ``linuxapp``, ``bsdapp`` -- 2.14.1