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 EE47EA04BB for ; Tue, 6 Oct 2020 20:45:27 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E531EF64; Tue, 6 Oct 2020 20:45:26 +0200 (CEST) Received: from smtp-fw-6001.amazon.com (smtp-fw-6001.amazon.com [52.95.48.154]) by dpdk.org (Postfix) with ESMTP id 35421F64 for ; Tue, 6 Oct 2020 20:45:25 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1602009926; x=1633545926; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version; bh=agjx8DcY+WRJBiWsFS9oTJYtWgsT/Pa2fBtcWlpxYgk=; b=Nw8SfNYlLLcKpY5WH+w7iIRUdMLp0Cg08iMo2u/MI/3ingk1yU+3OSdd A07CNPjtaVq/jufXYfBaPsgcvWbKPAreHX6jQyQFKCOVOD18Kn430mpr3 BWhrn7VoQ5dZW3NsIoQr3ZAipVX3E7sXaROn0BTQNiQ9ouAhkBG/lBEQW M=; X-IronPort-AV: E=Sophos;i="5.77,343,1596499200"; d="scan'208";a="59849397" Received: from iad12-co-svc-p1-lb1-vlan3.amazon.com (HELO email-inbound-relay-2a-119b4f96.us-west-2.amazon.com) ([10.43.8.6]) by smtp-border-fw-out-6001.iad6.amazon.com with ESMTP; 06 Oct 2020 18:45:23 +0000 Received: from EX13MTAUWC002.ant.amazon.com (pdx4-ws-svc-p6-lb7-vlan2.pdx.amazon.com [10.170.41.162]) by email-inbound-relay-2a-119b4f96.us-west-2.amazon.com (Postfix) with ESMTPS id C8F251AB9F4; Tue, 6 Oct 2020 18:45:04 +0000 (UTC) Received: from EX13D02UWC004.ant.amazon.com (10.43.162.236) by EX13MTAUWC002.ant.amazon.com (10.43.162.240) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Tue, 6 Oct 2020 18:45:04 +0000 Received: from EX13MTAUEA001.ant.amazon.com (10.43.61.82) by EX13D02UWC004.ant.amazon.com (10.43.162.236) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Tue, 6 Oct 2020 18:45:04 +0000 Received: from dev-dsk-vcchunga-2a-c5-3b7a0bed.us-west-2.amazon.com (172.19.55.163) by mail-relay.amazon.com (10.43.61.243) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Tue, 6 Oct 2020 18:45:03 +0000 Received: by dev-dsk-vcchunga-2a-c5-3b7a0bed.us-west-2.amazon.com (Postfix, from userid 6361087) id 3832DBB9CD; Tue, 6 Oct 2020 11:45:03 -0700 (PDT) From: Vimal Chungath To: CC: , , , , , Date: Tue, 6 Oct 2020 11:44:55 -0700 Message-ID: <20201006184455.31566-1-vcchunga@amazon.com> X-Mailer: git-send-email 2.16.6 In-Reply-To: <1800239448e2695440ca84ccf02244d50263b9a7.camel@debian.org> References: <1800239448e2695440ca84ccf02244d50263b9a7.camel@debian.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [dpdk-stable] [19.11] [PATCH 1/1] config: add Graviton2(arm64) defconfig 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 10/6/20 1:12 AM, Luca Boccassi wrote: > > > 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. >> >> Vimal Chungath (1): >> config: add Graviton2(arm64) defconfig >> >> 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? Hi Luca, This patch is adding optimal build flags for Graviton2 SoC. No new driver is being added. Main branch is no longer accepting make build patches as it is deprecated. For 19.11, I assume make is still the default. This is the meson patch in review for main branch: https://patches.dpdk.org/patch/76981/ Regards, Vimal > > -- > Kind regards, > Luca Boccassi