From: Brian Brooks Date: Wed, 6 Sep 2017 15:55:03 +0000 (-0500) Subject: doc: add arm64 to Linux guide X-Git-Tag: spdx-start~1301 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;ds=sidebyside;h=f8277965139def57beba1d9f4e4cec13e6721ce1;p=dpdk.git doc: add arm64 to Linux guide Signed-off-by: Brian Brooks Reviewed-by: Song Zhu Acked-by: John McNamara --- diff --git a/doc/guides/linux_gsg/build_dpdk.rst b/doc/guides/linux_gsg/build_dpdk.rst index e32afd5f8a..5452041f31 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``