From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/8] Enable 32-bit native builds with meson Date: Thu, 12 Jul 2018 12:29:45 +0200 Message-ID: <2536192.1uthRPimKj@xps> References: <20180608163807.66737-1-bruce.richardson@intel.com> <20180703103119.15747-1-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Bruce Richardson Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id A79101B4B5 for ; Thu, 12 Jul 2018 12:29:48 +0200 (CEST) In-Reply-To: <20180703103119.15747-1-bruce.richardson@intel.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" 03/07/2018 12:31, Bruce Richardson: > This patchset enables building DPDK on 32-bit systems, and has been tested > using debian 32-bit on x86 i.e. doing an "i686" build in the old build > system. > > v2: > - fixed LIB_LIBRTE_KNI to RTE_LIBRTE_KNI in examples/kni patch [Ferruh] > - added patch to make same change in drivers/net/kni [Ferruh] > > Bruce Richardson (8): > kni: disable for 32-bit meson builds > bpf: fix 32-bit build support with meson > net/sfc: disable for 32-bit builds > build: disable pointer to int conversion warnings for 32-bit > dpaa2: fix default IOVA build setting for meson builds > examples/kni: fix dependency check for building with meson > net/avp: fix 32-bit meson builds > net/kni: fix check for meson build Applied, thanks