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 DBE39A04CC; Sat, 12 Sep 2020 20:28:59 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0C01BE07; Sat, 12 Sep 2020 20:28:59 +0200 (CEST) Received: from smtp-fw-4101.amazon.com (smtp-fw-4101.amazon.com [72.21.198.25]) by dpdk.org (Postfix) with ESMTP id 0AF5ADE0 for ; Sat, 12 Sep 2020 20:28:56 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1599935337; x=1631471337; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version; bh=WxNHX1Sg5vj8AuhXs7FlzZ1vXvnFBiB1aSwWbkFqAbk=; b=LQawo7iEDMeLsWwKsQH1l8l/7MTgyv3Jus71xV9xBts9nCfvxlkV5m5j F44qJeyUkNezeNL5KAvVIYv6AfkXvMsRlJrTUOm1iGTFq/NO8meP/yK46 0lsY3/474bsEqjvrMl2pqB32x9OTpUkH4zxnzIIPRKRfIuRx1E7Y2oG4M 4=; X-IronPort-AV: E=Sophos;i="5.76,420,1592870400"; d="scan'208";a="53611812" Received: from iad12-co-svc-p1-lb1-vlan3.amazon.com (HELO email-inbound-relay-2a-69849ee2.us-west-2.amazon.com) ([10.43.8.6]) by smtp-border-fw-out-4101.iad4.amazon.com with ESMTP; 12 Sep 2020 18:28: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-2a-69849ee2.us-west-2.amazon.com (Postfix) with ESMTPS id 7BC7DA2338; Sat, 12 Sep 2020 18:28: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; Sat, 12 Sep 2020 18:28:53 +0000 Received: from EX13MTAUEA002.ant.amazon.com (10.43.61.77) by EX13D02UWC001.ant.amazon.com (10.43.162.243) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Sat, 12 Sep 2020 18:28:53 +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.169) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Sat, 12 Sep 2020 18:28:52 +0000 Received: by dev-dsk-vcchunga-2a-c5-3b7a0bed.us-west-2.amazon.com (Postfix, from userid 6361087) id 37DDCA1ACC; Sat, 12 Sep 2020 11:28:52 -0700 (PDT) From: Vimal Chungath To: CC: , , Date: Sat, 12 Sep 2020 11:28:45 -0700 Message-ID: <20200912182845.31550-1-vcchunga@amazon.com> X-Mailer: git-send-email 2.16.6 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [dpdk-dev] [PATCH 0/2] build: add Graviton2(arm64) config 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" On 9/9/20 1:03 AM, David Marchand wrote: > > Hello Vimal, > > On Wed, Sep 9, 2020 at 3:11 AM Vimal Chungath wrote: >> >> These two patches add meson and make build configuration >> for AWS Graviton2 platform. I plan to send platform guide >> patch separately. >> >> Vimal Chungath (2): >> config: add Graviton2(arm64) meson configuration >> config: add Graviton2(arm64) defconfig > > I did not look at the patches, just looked at the cover letter. > You can drop the makefile config files since make support has been dropped. > Thanks. Thanks. I will remove make config files in next version.