aboutsummaryrefslogtreecommitdiffstats
path: root/doc/guides/linux_gsg/build_dpdk.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/guides/linux_gsg/build_dpdk.rst')
-rw-r--r--doc/guides/linux_gsg/build_dpdk.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guides/linux_gsg/build_dpdk.rst b/doc/guides/linux_gsg/build_dpdk.rst
index e32afd5f..5452041f 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``