[dpdk-dev] [PATCH] doc: add arm64 to linux_gsg

Brian Brooks brian.brooks at arm.com
Wed Sep 6 17:55:03 CEST 2017


Signed-off-by: Brian Brooks <brian.brooks at arm.com>
Reviewed-by: Song Zhu <song.zhu at arm.com>
---
 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



More information about the dev mailing list