From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] config: remove NFP PMD from 32-bits builds Date: Mon, 14 Jan 2019 20:04:00 +0100 Message-ID: <1848846.EbtBiuWXsB@xps> References: <20190114181254.27089-1-alejandro.lucero@netronome.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, bruce.richardson@intel.com To: Alejandro Lucero Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 322F51B136 for ; Mon, 14 Jan 2019 20:04:05 +0100 (CET) In-Reply-To: <20190114181254.27089-1-alejandro.lucero@netronome.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 14/01/2019 19:12, Alejandro Lucero: > Signed-off-by: Alejandro Lucero > --- > config/defconfig_i686-native-linuxapp-gcc | 5 +++++ > config/defconfig_i686-native-linuxapp-icc | 5 +++++ > config/defconfig_x86_x32-native-linuxapp-gcc | 5 +++++ > 3 files changed, 15 insertions(+) You forgot config/defconfig_arm-armv7a-linuxapp-gcc. Applied with change for armv7, thanks PS: It makes me think we have no way to disable some PMDs for 32-bit with meson. Bruce, any idea?