From 1a7047720622e90a046e2fc983627e991d14d3d8 Mon Sep 17 00:00:00 2001 From: Michal Krawczyk Date: Fri, 30 Oct 2020 12:31:20 +0100 Subject: [PATCH] doc: mark Armv8 as supported by ena PMD The ARMv8 platform support was tested and works fine with the ENA PMD. It can be used on the AWS a1.* and m6g.* instances. The ARMv8 support in ENA is at least from v19.11, where the VFIO DPDK driver was fixed to work with 32-bit applications compiled for arm. Signed-off-by: Michal Krawczyk Reviewed-by: Igor Chauskin Reviewed-by: Guy Tzalik --- doc/guides/nics/features/ena.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/nics/features/ena.ini b/doc/guides/nics/features/ena.ini index 4300dd012c..7cd6d50f98 100644 --- a/doc/guides/nics/features/ena.ini +++ b/doc/guides/nics/features/ena.ini @@ -18,6 +18,7 @@ Basic stats = Y Extended stats = Y Linux UIO = Y Linux VFIO = Y +ARMv8 = Y x86-32 = Y x86-64 = Y Usage doc = Y -- 2.20.1