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 7699BA04AA; Tue, 8 Sep 2020 11:12:05 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C53981B9B7; Tue, 8 Sep 2020 11:12:04 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by dpdk.org (Postfix) with ESMTP id 48AD4A3 for ; Tue, 8 Sep 2020 11:12:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1599556322; 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=fTXXdh2Y8QZsIsRsXeQcGiqRkts//c6+mAM0QE0wxoI=; b=JxWGwfunXRIj/DIOAa3N78JxlPGTLb4zdDjaV74ipR64ZyDogy5K+2a89yuo5xQUeCZ/37 PC6kaC9hXm/36irN/3FRH7pSUccvcZwrV+FEkHdTVUIGGvLwU1EDlY874quTOs8gCyhnwE EzvzDRQzBi7WBtW05Gkylh3ciQatdpk= Received: from mail-vk1-f197.google.com (mail-vk1-f197.google.com [209.85.221.197]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-134-ioN-g0OONUi8Ksf1fDH9Pw-1; Tue, 08 Sep 2020 05:12:01 -0400 X-MC-Unique: ioN-g0OONUi8Ksf1fDH9Pw-1 Received: by mail-vk1-f197.google.com with SMTP id e4so790090vkb.18 for ; Tue, 08 Sep 2020 02:12:01 -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=fTXXdh2Y8QZsIsRsXeQcGiqRkts//c6+mAM0QE0wxoI=; b=FghPydahA7h+lVQOjuaLJwCbn4wTbBqhMiNwrLsfMejipB1asgr3W/4lFrbbk8hc4j aYU3SLKdopH0hXmRq9qS+NJdbGnsCp2tbaS+PcsfiQHFc9a9IGBbLbsv+y1LGas68mpZ lJGLvKY58I77ODGkSNbu8LIIjbOUgBuY09mQVT8w4KGwSZJUcJ5GmtALUGaRpeXu/NOu qpEZ7EmHjGZEe77q9Cez+j9nEgav/1CrXnmmEtMYTeymQ7Fc8RPswLOLFmuHeLX8exfv U05Q1YVetiUm2FPbPCMtFgZ2h1SbwNx3iFIJgHg3GHEQELIhF8clHLc2yEB1ZRgf90DM VcMg== X-Gm-Message-State: AOAM530djFew1wZ33ErQvNzwuPcyK0mwbbS303Uif6qNPtSbNd/uvMjn f+Imb/Nko5aPq9p5caEgSNenUsAbusZijevdbTaJlZPDALL7pdhJoSl5vaPQyNlNIveBVI5hUm+ IxB8JxVx0397PV+LDiq0= X-Received: by 2002:a1f:1f4c:: with SMTP id f73mr10105868vkf.20.1599556320509; Tue, 08 Sep 2020 02:12:00 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw8Wd3aCsaa2xon1hn48GjkPniZdJYteH5VD8M4XArfF35dDV1P1SPH62QVY+Snu7IPdgAev/MMXYKkKaMHCbA= X-Received: by 2002:a1f:1f4c:: with SMTP id f73mr10105861vkf.20.1599556320261; Tue, 08 Sep 2020 02:12:00 -0700 (PDT) MIME-Version: 1.0 References: <20200907193214.38426-1-aman.kumar@vvdntech.in> <20200907193214.38426-3-aman.kumar@vvdntech.in> In-Reply-To: <20200907193214.38426-3-aman.kumar@vvdntech.in> From: David Marchand Date: Tue, 8 Sep 2020 11:11:49 +0200 Message-ID: To: aman.kumar@vvdntech.in Cc: dev , Raslan , "Song, Keesang" , Thomas Monjalon Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0.002 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH 3/3] config: added build config file for AMD EPYC platform 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 Aman, On Mon, Sep 7, 2020 at 9:33 PM Aman Kumar wrote: > > add build config specific to AMD EPYC platform > > Signed-off-by: Aman Kumar Make support has just been dropped from the main branch. You will have to rework this series so that this feature is handled/configured with meson or, even better, resolved at runtime. > --- > config/defconfig_x86_64-amdEPYC-linux-gcc | 18 ++++++++++++++++++ > 1 file changed, 18 insertions(+) > create mode 100644 config/defconfig_x86_64-amdEPYC-linux-gcc > > diff --git a/config/defconfig_x86_64-amdEPYC-linux-gcc b/config/defconfig_x86_64-amdEPYC-linux-gcc > new file mode 100644 > index 000000000..8c1aa34e2 > --- /dev/null > +++ b/config/defconfig_x86_64-amdEPYC-linux-gcc > @@ -0,0 +1,18 @@ > +# SPDX-License-Identifier: BSD-3-Clause > +# Copyright(c) 2010-2014 Intel Corporation > + > +#include "common_linux" > + > +CONFIG_RTE_MACHINE="native" > + > +CONFIG_RTE_ARCH="x86_64" > +CONFIG_RTE_ARCH_X86_64=y > +CONFIG_RTE_ARCH_X86=y > +CONFIG_RTE_ARCH_64=y > + > +CONFIG_RTE_TOOLCHAIN="gcc" > +CONFIG_RTE_TOOLCHAIN_GCC=y > +CONFIG_RTE_MAX_LCORE=256 > +CONFIG_RTE_LIBRTE_MLX5_PMD=n > +CONFIG_RTE_LIBRTE_MLX5_NTLOAD_TSTORE_ALIGN_COPY=n > +CONFIG_RTE_LIBRTE_MLX5_NT_STORE=n > -- > 2.25.1 > > > -- > > > > _Disclaimer: _(c) 2020 VVDN Technologies Pvt. Ltd. This e-mail contains > PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the > addressee(s). If you are not the intended recipient, please notify the > sender by e-mail and delete the original message. Further, you are not to > copy, disclose, or distribute this e-mail or its contents to any other > person and any such actions are unlawful._ Please, get this footer removed for future contributions. Thanks. -- David Marchand