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 57C48A04B5; Tue, 27 Oct 2020 21:25:24 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 330C12BE3; Tue, 27 Oct 2020 21:25:23 +0100 (CET) Received: from smtp-fw-33001.amazon.com (smtp-fw-33001.amazon.com [207.171.190.10]) by dpdk.org (Postfix) with ESMTP id 6B8272BE2 for ; Tue, 27 Oct 2020 21:25:20 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1603830321; x=1635366321; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version; bh=6q2F+oYZRQsx/h/vygZTLxKFqqtWKBieqcTEPA4A32s=; b=FQRAPVtPQWWyho+stKDW/WiBSA4d9HOlX7xD5EpSGZ6nclRjLasH6/uc EoEUKJodzzeZ2N2W/eHsoB+XuL4V0zBlyeGHQl2M5hpPxECHyq96quTw5 SNrdGDZWHtF27CEVkGnRCxyrDIvzbmhwM+eTmg7l5B7EXcuWPh5JP5ET6 s=; X-IronPort-AV: E=Sophos;i="5.77,424,1596499200"; d="scan'208";a="87855997" Received: from sea32-co-svc-lb4-vlan3.sea.corp.amazon.com (HELO email-inbound-relay-2b-4e24fd92.us-west-2.amazon.com) ([10.47.23.38]) by smtp-border-fw-out-33001.sea14.amazon.com with ESMTP; 27 Oct 2020 20:17:55 +0000 Received: from EX13MTAUWC002.ant.amazon.com (pdx4-ws-svc-p6-lb7-vlan2.pdx.amazon.com [10.170.41.162]) by email-inbound-relay-2b-4e24fd92.us-west-2.amazon.com (Postfix) with ESMTPS id BDB41A1D47; Tue, 27 Oct 2020 20:17:54 +0000 (UTC) Received: from EX13D02UWC001.ant.amazon.com (10.43.162.243) by EX13MTAUWC002.ant.amazon.com (10.43.162.240) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Tue, 27 Oct 2020 20:17:47 +0000 Received: from EX13MTAUEB002.ant.amazon.com (10.43.60.12) by EX13D02UWC001.ant.amazon.com (10.43.162.243) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Tue, 27 Oct 2020 20:17:47 +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.60.234) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Tue, 27 Oct 2020 20:17:46 +0000 Received: by dev-dsk-vcchunga-2a-c5-3b7a0bed.us-west-2.amazon.com (Postfix, from userid 6361087) id 6C60CB60C6; Tue, 27 Oct 2020 13:17:46 -0700 (PDT) From: Vimal Chungath To: CC: , , , , , , , , , Date: Tue, 27 Oct 2020 13:17:32 -0700 Message-ID: <20201027201733.14206-1-vcchunga@amazon.com> X-Mailer: git-send-email 2.16.6 In-Reply-To: <20200909011109.2048-1-vcchunga@amazon.com> References: <20200909011109.2048-1-vcchunga@amazon.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [dpdk-dev] [PATCH v2 0/1] build: add Graviton2(arm64) meson configuration 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" V2 changes: - drop make patch Vimal Chungath (1): build: add Graviton2(arm64) meson configuration config/arm/arm64_graviton2_linux_gcc | 17 +++++++++++++++++ config/arm/meson.build | 12 +++++++++++- 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 config/arm/arm64_graviton2_linux_gcc -- 2.16.6