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 51D2DA04BB for ; Tue, 6 Oct 2020 10:12:14 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4934E25B3; Tue, 6 Oct 2020 10:12:13 +0200 (CEST) Received: from mail-wm1-f67.google.com (mail-wm1-f67.google.com [209.85.128.67]) by dpdk.org (Postfix) with ESMTP id F364225B3 for ; Tue, 6 Oct 2020 10:12:10 +0200 (CEST) Received: by mail-wm1-f67.google.com with SMTP id e2so2076289wme.1 for ; Tue, 06 Oct 2020 01:12:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:content-transfer-encoding:user-agent:mime-version; bh=W08s/mito0s7QZ09cJI2b3JZF15Vw7UGJCIqXbXU4UA=; b=qNj5S9dvkY0vuhf3+ACXbrszsWl/Pm5i+hnuptHEvB/lDlzZhB2UsY2+grLQ2ZgyW8 EIyWkT2mWXu3M91Ha4aVMf1I26b9hpB0WvyxqZmXgK9v7juOo/91vCxBEeK+e0wIfajP ogXwBQdfE98kN/rD+G2wShPdyFekSTuKGglr9r8o4JPY5mQVc6Z3Xh36O2ykv3jnujgj XDhCEiUa/R2Scyk7dQmA1YuXJ1xg4eSr600Runfa4hgKfOtEF9FaOwyscCwcnmFrdWLF kIDbEBsYYLeMAx9XcSKpexjAbVrlfzCYilcnXLxIoUEsgQoy1hcE76CD47AIDabsjhEj Ii/w== X-Gm-Message-State: AOAM532GFLwmabJXyRRmVuNcRrqbuIwlUbJFYj8gpiopqaQIzsaaQ61+ GbgpNvvwnnv1jD7jqUd/s2Y= X-Google-Smtp-Source: ABdhPJxWOYt+U6/06hCYYWneFES8B2d9thZNWfldeQSuNRJ++Gjgi9n997zOplVA74n0erK2OGF5og== X-Received: by 2002:a05:600c:219a:: with SMTP id e26mr3668503wme.185.1601971929646; Tue, 06 Oct 2020 01:12:09 -0700 (PDT) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id q6sm2867467wma.0.2020.10.06.01.12.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 06 Oct 2020 01:12:08 -0700 (PDT) Message-ID: <1800239448e2695440ca84ccf02244d50263b9a7.camel@debian.org> From: Luca Boccassi To: Vimal Chungath , stable@dpdk.org Cc: Honnappa.Nagarahalli@arm.com, bruce.richardson@intel.com, alisaidi@amazon.com, thomas@monjalon.net Date: Tue, 06 Oct 2020 09:12:08 +0100 In-Reply-To: <20201005185059.28915-1-vcchunga@amazon.com> References: <20201005185059.28915-1-vcchunga@amazon.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.30.5-1.1 MIME-Version: 1.0 Subject: Re: [dpdk-stable] [19.11] [PATCH 0/1] Add Graviton2(arm64) build configuration X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Mon, 2020-10-05 at 11:50 -0700, Vimal Chungath wrote: > This patch adds make build configuration for AWS Graviton2 platform > based on ARM Neoverse N1. Meson build works but uses configuration for > N1 SDP that is not optimal. Rework in meson build system for ARM SoCs > is planned so I have chosen not to add meson configuration for this > 19.11 patch. >=20 > Vimal Chungath (1): > config: add Graviton2(arm64) defconfig >=20 > config/defconfig_arm64-graviton2-linux-gcc | 1 + > config/defconfig_arm64-graviton2-linuxapp-gcc | 13 +++++++++++ > config/defconfig_graviton2 | 1 + > mk/machine/graviton2/rte.vars.mk | 33 +++++++++++++++++++++= ++++++ > 4 files changed, 48 insertions(+) > create mode 120000 config/defconfig_arm64-graviton2-linux-gcc > create mode 100644 config/defconfig_arm64-graviton2-linuxapp-gcc > create mode 120000 config/defconfig_graviton2 > create mode 100644 mk/machine/graviton2/rte.vars.mk Hi, Is this adding support for a new driver for 19.11? I don't see it in the main branch? --=20 Kind regards, Luca Boccassi