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 BFF9FA04B1; Wed, 9 Sep 2020 10:03:20 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 783B51BF8D; Wed, 9 Sep 2020 10:03:20 +0200 (CEST) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-2.mimecast.com [207.211.31.81]) by dpdk.org (Postfix) with ESMTP id 3A690DE0 for ; Wed, 9 Sep 2020 10:03:18 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1599638597; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=iqlRo/Z7B8vJl+lOmH43sRjFbi8KOa5R0a59e68aAmc=; b=E45gSx2o8TU8RBmBUZRWBW0338txy06NGGIxGx8+vES6VvFTSiH/bP5vUbpsLLQnhWuccp 6s54955pglQHvXvTs9sZR6wdPmjrgt1+vVUiEsvPwClL+yb9KmHHpScnZO+OVhCDeCWokd I1LQ2k/HpCBevbvTS07vykxnpIsDhUI= Received: from mail-vk1-f199.google.com (mail-vk1-f199.google.com [209.85.221.199]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-495-8Th_ogYkMNi96FqEPCnYag-1; Wed, 09 Sep 2020 04:03:16 -0400 X-MC-Unique: 8Th_ogYkMNi96FqEPCnYag-1 Received: by mail-vk1-f199.google.com with SMTP id p196so612390vkp.22 for ; Wed, 09 Sep 2020 01:03:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=iqlRo/Z7B8vJl+lOmH43sRjFbi8KOa5R0a59e68aAmc=; b=F+C89MXRp7QvtA8S7uEkeJ2qgLo2o1n/XuOxFw2JhT//++XOuwoDD6AH3aLoCyLKLy drM+uFCJKm6FFhW6wuCSi4EL/iRrQjCbT/AFA/3zxGApseg/Q5pgwWwwKjFfEd3fE1Dh ZskGPHpc6VtmGHNR1JAljOBSa0NG5eyOoEPO0VwJTHOgq59JyTa3+dps8Bq2xTPNU5mt 54I8n1Fwu6DHXxZXNaTy1qK2joELM7q8Rcg2e74rdJ5t9GKg8grdpRwfC+8/PVuOACxr Sv9Fp9fbu3lb7sXq4lLtITgq61pc3qfmFEs6J0ek34h0x7UvTaE+rfKb+9ji0RhZUY18 loMA== X-Gm-Message-State: AOAM532FGTxKKLYD20vw0hMyNp5U2C94lU9NiDg2F+bkXRTzg8D8yfaK TknqzPnjx0xPQk8UG7Axdq2DiLf5qM9mgxoipuW/MpleE0rPuIeKa4OHgy6S4uWnnzk+9a09gzc 85I5grGoPcNfogX6jjKc= X-Received: by 2002:ab0:4287:: with SMTP id j7mr1664382uaj.53.1599638595498; Wed, 09 Sep 2020 01:03:15 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwk3l65kpJmpJ1Bpy/aatLy9/INQ+6InOv8+J1XydQItse2OR/nzjAsckwSbsAg7n73D5OghPNdST10ElarTqo= X-Received: by 2002:ab0:4287:: with SMTP id j7mr1664375uaj.53.1599638595208; Wed, 09 Sep 2020 01:03:15 -0700 (PDT) MIME-Version: 1.0 References: <20200909011109.2048-1-vcchunga@amazon.com> In-Reply-To: <20200909011109.2048-1-vcchunga@amazon.com> From: David Marchand Date: Wed, 9 Sep 2020 10:03:04 +0200 Message-ID: To: Vimal Chungath Cc: dev , Bruce Richardson Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0.001 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" 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" 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. -- David Marchand