From f8277965139def57beba1d9f4e4cec13e6721ce1 Mon Sep 17 00:00:00 2001 From: Brian Brooks Date: Wed, 6 Sep 2017 10:55:03 -0500 Subject: [PATCH] doc: add arm64 to Linux guide Signed-off-by: Brian Brooks Reviewed-by: Song Zhu Acked-by: John McNamara --- 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 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`` -- 2.20.1