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 A65D9A0588; Thu, 16 Apr 2020 10:53:14 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7B5781D9EC; Thu, 16 Apr 2020 10:53:14 +0200 (CEST) Received: from mail-wm1-f65.google.com (mail-wm1-f65.google.com [209.85.128.65]) by dpdk.org (Postfix) with ESMTP id B331E1D9C7 for ; Thu, 16 Apr 2020 10:53:12 +0200 (CEST) Received: by mail-wm1-f65.google.com with SMTP id z6so3936729wml.2 for ; Thu, 16 Apr 2020 01:53:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:content-transfer-encoding:user-agent:mime-version; bh=TWsJSZnY3f1UJiH7MKWogHvHiEzQOs0iC1GQPrawvlo=; b=EPgBdAF3Yuj9fzerI7RjMbOvoNv+3SffuBfNI88tinTUrgbAYM+K0CPHrK+If+oF6U YUh6EB68Jz+JJ7s6wKoBsHZlqc9Di5zjJ47Ubt+3t2pyo9WpzGVqoOj6iSCOhyLh2wPr EWc7oj07l7772RHdm8S0NiB7yy/R4LrvEeK6XZ3+xFOsIlUDkd1xwYpRpyM6Dd97uWvA Z+yi/o96Zk/RMkyzQknBEJ3Nd2EqSAG7N5sMeLdosSITRzvQkoDh6jmS2DMkiWiHSrtf HPfnWAPgJtSJdSwOPou3OztTD1mBoTN79FGMrHc1Ko2nq4zPCVFvodVZKj3xN80pX2/9 7HGw== X-Gm-Message-State: AGi0Pubnvgu6/vy5G6jegP/0SmxO2bnXdwsx+ZoEvoCCGcAN2Fo/ysdB f9qBpnluHzPU96hrpxiGicw= X-Google-Smtp-Source: APiQypLYDPHNBwEfkjvntV/qw6gp08pP+5+qcSAVP03O/rOWJnU6bARmw3YSIhfS2gzanE8g/CD84Q== X-Received: by 2002:a1c:cc0a:: with SMTP id h10mr3534052wmb.127.1587027192444; Thu, 16 Apr 2020 01:53:12 -0700 (PDT) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id k23sm2911569wmi.46.2020.04.16.01.53.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Apr 2020 01:53:11 -0700 (PDT) Message-ID: From: Luca Boccassi To: Juraj =?UTF-8?Q?Linke=C5=A1?= , "bruce.richardson@intel.com" , "aconole@redhat.com" , "maicolgabriel@hotmail.com" , "Ruifeng.Wang@arm.com" Cc: "dev@dpdk.org" Date: Thu, 16 Apr 2020 09:53:11 +0100 In-Reply-To: <0433c3cc30c64ce399e7301bc16349c3@pantheon.tech> References: <1586941391-11094-1-git-send-email-juraj.linkes@pantheon.tech> <1586941391-11094-2-git-send-email-juraj.linkes@pantheon.tech> <5840f5b430ab99916fbf2915d49612d803f86dcf.camel@debian.org> <0433c3cc30c64ce399e7301bc16349c3@pantheon.tech> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.30.5-1.1 MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 1/4] build: port arm32 options from make to meson 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 Thu, 2020-04-16 at 06:16 +0000, Juraj Linke=C5=A1 wrote: > Hi Luca, >=20 > > -----Original Message----- > > From: Luca Boccassi > > Sent: Wednesday, April 15, 2020 1:45 PM > > To: Juraj Linke=C5=A1 ; bruce.richardson@in= tel.com; > > aconole@redhat.com; maicolgabriel@hotmail.com; Ruifeng.Wang@arm.com > > Cc: dev@dpdk.org > > Subject: Re: [dpdk-dev] [PATCH v3 1/4] build: port arm32 options from m= ake to > > meson > >=20 > > On Wed, 2020-04-15 at 11:03 +0200, Juraj Linke=C5=A1 wrote: > > > config/defconfig_arm-armv7a-linux-gcc contains a number of > > > CONFIG_RTE_LIBRTE_ options. Implement those in applicable meson.build > > > files. > > >=20 > > > Signed-off-by: Juraj Linke=C5=A1 > > > --- > > > drivers/net/ark/meson.build | 6 ++++++ > > > drivers/net/avp/meson.build | 5 +++++ > > > drivers/net/cxgbe/meson.build | 6 ++++++ > > > drivers/net/e1000/meson.build | 6 ++++++ > > > drivers/net/enic/meson.build | 6 ++++++ > > > drivers/net/fm10k/meson.build | 6 ++++++ > > > drivers/net/hinic/meson.build | 6 ++++++ > > > drivers/net/i40e/meson.build | 6 ++++++ > > > drivers/net/ionic/meson.build | 6 ++++++ > > > drivers/net/ixgbe/meson.build | 6 ++++++ > > > drivers/net/qede/meson.build | 6 ++++++ > > > drivers/net/vmxnet3/meson.build | 6 ++++++ > > > lib/librte_vhost/meson.build | 2 +- > > > 13 files changed, 72 insertions(+), 1 deletion(-) > >=20 > > This is disabling a lot of drivers that are building just fine on armv7= at the > > moment, and thus it is a backward-incomaptible change. > >=20 > > Eg: > >=20 > > https://packages.debian.org/sid/armhf/librte-pmd-cxgbe20.0/filelist > >=20 > > -- > > Luca Boccassi >=20 > I guess that means config/defconfig_arm-armv7a-linux-gcc is outdated? I'v= e tried to build all of the drivers and they build except for ixgbe. Seeing= as https://packages.debian.org/sid/armhf/libs/librte-pmd-ixgbe20.0 exists,= would disabling ixgbe be also a backwards incompatible change? >=20 > Thanks, > Juraj Yes. That defconfig is specific to the deprecated GNU Make build system, which I haven't used in a long time. I do not know if anybody keeps it updated. What is the issue you are seeing with ixgbe?