From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 59714220E3; Mon, 14 Jan 2019 14:04:04 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 14 Jan 2019 14:04:04 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=kuGjD+VYgGdFz+Ieku+y00AZmhOIbSyPm+iTQj8wmTE=; b=K04JEWqXKfAX vcxYhRjDv0eMb5bJVWvjrQ0GZyz95GMxD2/MQnVt17KFNItnPnylSZfzudORr9vq k08CVwLliuuqg/eGaCA+tpZXf6bMt9ntbeFSYEOsa7wg6iABOdhCJ04ZJDKPp/jO F9Tlh3wvfaHPclir+APeUexyHkj/DT8= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=kuGjD+VYgGdFz+Ieku+y00AZmhOIbSyPm+iTQj8wm TE=; b=YAD1dAJWSFeFsPkbGrMGDJX71HRz+JTwYPGyjV4kpOzX/CR1r5ckd7SyM k8dn3MK/vMVxS0XnXJqMoLekfR6B82eDOs4XW5oP5MMvB+3o7hXtCxdYuYac0zYH vPm09ddBs5J+D2DW648eJsMk719tq4BMH6oQrcG5pOF3H13o+KD6Ti9Nq3Ei1nS2 mb6F9j01FgLvA5Km2f2YbfIJZsZI5uLPahe377Szac4A7ZbFUgaJTjN1fzY15/bw vp42XEsg7M/vyid3njvktohWSea93QEZSWP+Kp7g1jkcC5crsrdK40YKYJDR37dz 3FTiQj8X/nnqX/nZP68fvS9GbAuVg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtledrgedugdduudeiucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfquhhtnecuuegrihhlohhuthemucef tddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpefhvffufffkjg hfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcu oehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkphepjeejrddufeegrddvtd efrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 197EDE479B; Mon, 14 Jan 2019 14:04:02 -0500 (EST) From: Thomas Monjalon To: Alejandro Lucero Cc: dev@dpdk.org, bruce.richardson@intel.com Date: Mon, 14 Jan 2019 20:04:00 +0100 Message-ID: <1848846.EbtBiuWXsB@xps> In-Reply-To: <20190114181254.27089-1-alejandro.lucero@netronome.com> References: <20190114181254.27089-1-alejandro.lucero@netronome.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] config: remove NFP PMD from 32-bits builds 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: , X-List-Received-Date: Mon, 14 Jan 2019 19:04:05 -0000 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?