From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id A5205A04B5; Fri, 30 Oct 2020 12:33:30 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 55724C918; Fri, 30 Oct 2020 12:31:54 +0100 (CET) Received: from mail-lf1-f68.google.com (mail-lf1-f68.google.com [209.85.167.68]) by dpdk.org (Postfix) with ESMTP id BCBADC8CE for ; Fri, 30 Oct 2020 12:31:42 +0100 (CET) Received: by mail-lf1-f68.google.com with SMTP id 126so7419322lfi.8 for ; Fri, 30 Oct 2020 04:31:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=semihalf-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=gJHaHRMaD9DT/2fYDIH+DW0OOWP3/FboR8heHGZlskE=; b=Dun0tgZQlGOesT+XZcmcQDJ+A0oq8xL7AQjfYoXfKLhzl7yjZeGlINsAaqc54Pl478 0KW6WXDhH9CTiqNp8YRzlaSMOJDvDhFEbS+o3SnclpjeaKl9NUujfSElP/iUsomzmqW2 r6EYO21g8G1lfYpCv0ZoPOAgClEzJ/NavWPe2HwJKfrhn7t7ygPdcaTMeZNsxM55E+h6 ODcpzmw/4iVD6VELo6SJopY/TGsBoEqR/TllAej2JcXvxn3brZCLhRdXJuBiGW5OANjR Y4KrvWhCp9FU3Ykh5/ZHp07ZpWUWFMBmk2PzN0OKkuoT/R65HmMBLKO2UKRMCh7v/Gkm uOSA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=gJHaHRMaD9DT/2fYDIH+DW0OOWP3/FboR8heHGZlskE=; b=gz/pljdrSsYZEVAJ83A16shP2CHqQfeEHPooOL+HjFDsmzGtB7q8ed0oFgK7JkYBrk 0G1GGL8vXKXct4I3uyygpmE+lpeWYqjhzAwZUqvmxYUUKXYXZVDl6n/u/QSfxG67RtAs Dwy6BfjeHi65PljNcYWCzdHhbbi9z7N1ypXwpUUXYfKzPawsyh2kO6vKwVMB9NP8ttHM Dct93nxIQGEy3rVF63mku9WhhAYU3VqQy/sy54atpHP4v8yOmZo//WlyYZ6qNPOnySOp g4xIR8cm8bxQ2jxrCLp1792LChU1/QIHczds+N+MCu4BrtIp2NWL3QjtSvN1xp02s62O NeEA== X-Gm-Message-State: AOAM533hDbm5pyYQdI6RzkEBMcVMtprEfgk3pfpOSmZQg4NvtDzqXlVr W9XgRNZJyjKTuutMcLOY6pLFkC5Zh5E2gA== X-Google-Smtp-Source: ABdhPJxcgcSvrlVbcDpTtbBfCcYXF7saW0OlaFpuFD/wM63c5Mp4/DyE3LmPY4wWRA8l4aAT8pu4xA== X-Received: by 2002:a19:8808:: with SMTP id k8mr800471lfd.154.1604057500965; Fri, 30 Oct 2020 04:31:40 -0700 (PDT) Received: from mkPC.int.semihalf.com (193-106-246-138.noc.fibertech.net.pl. [193.106.246.138]) by smtp.gmail.com with ESMTPSA id m11sm596965lfa.112.2020.10.30.04.31.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 30 Oct 2020 04:31:40 -0700 (PDT) From: Michal Krawczyk To: dev@dpdk.org Cc: mw@semihalf.com, igorch@amazon.com, gtzalik@amazon.com, Michal Krawczyk Date: Fri, 30 Oct 2020 12:31:20 +0100 Message-Id: <20201030113121.1310305-6-mk@semihalf.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20201030113121.1310305-1-mk@semihalf.com> References: <20201030113121.1310305-1-mk@semihalf.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH 5/6] doc: mark ARMv8 as supported by ENA PMD X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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.25.1