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 64B57A04BA for ; Thu, 8 Oct 2020 01:28:58 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 316621E34; Thu, 8 Oct 2020 01:28:57 +0200 (CEST) Received: from smtp-fw-9101.amazon.com (smtp-fw-9101.amazon.com [207.171.184.25]) by dpdk.org (Postfix) with ESMTP id 88B0D1E34 for ; Thu, 8 Oct 2020 01:28:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1602113336; x=1633649336; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version; bh=2zBQHtdbSz/4Ta20pKbmsVjtU63vgeINmF7G7Dw4qbw=; b=XhP7NrtlUjrSbvdB1IP7VR9OV1NeGVtoT0UMYwLdcXCi5zMpiqxHdH+K VrsoflCyEId0ssj8KnYzLocjnxSpZaXSJVZqgdxh4edojW5A0STi94sqh Qlxk6tcedSgooJIjMJPlRgfo4GCg5Uq/C04adv8Ky81z94AL587qDkFkW 8=; X-IronPort-AV: E=Sophos;i="5.77,348,1596499200"; d="scan'208";a="74265811" Received: from sea32-co-svc-lb4-vlan3.sea.corp.amazon.com (HELO email-inbound-relay-2a-d0be17ee.us-west-2.amazon.com) ([10.47.23.38]) by smtp-border-fw-out-9101.sea19.amazon.com with ESMTP; 07 Oct 2020 23:03:55 +0000 Received: from EX13MTAUWC001.ant.amazon.com (pdx4-ws-svc-p6-lb7-vlan3.pdx.amazon.com [10.170.41.166]) by email-inbound-relay-2a-d0be17ee.us-west-2.amazon.com (Postfix) with ESMTPS id 771D2A07E9; Wed, 7 Oct 2020 22:59:31 +0000 (UTC) Received: from EX13D02UWC003.ant.amazon.com (10.43.162.199) by EX13MTAUWC001.ant.amazon.com (10.43.162.135) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Wed, 7 Oct 2020 22:59:29 +0000 Received: from EX13MTAUEE002.ant.amazon.com (10.43.62.24) by EX13D02UWC003.ant.amazon.com (10.43.162.199) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Wed, 7 Oct 2020 22:59:29 +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.62.224) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Wed, 7 Oct 2020 22:59:28 +0000 Received: by dev-dsk-vcchunga-2a-c5-3b7a0bed.us-west-2.amazon.com (Postfix, from userid 6361087) id 58E60A411B; Wed, 7 Oct 2020 15:59:28 -0700 (PDT) From: Vimal Chungath To: CC: , , , , , Date: Wed, 7 Oct 2020 15:59:13 -0700 Message-ID: <20201007225914.10955-1-vcchunga@amazon.com> X-Mailer: git-send-email 2.16.6 In-Reply-To: <20201005185059.28915-1-vcchunga@amazon.com> References: <20201005185059.28915-1-vcchunga@amazon.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [dpdk-stable] [19.11] [PATCH v2 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" V2 changes: - add -mcpu arg to rte.vars.mk - fix typo in commit message 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 | 34 +++++++++++++++++++++++++++ 4 files changed, 49 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 -- 2.16.6