From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 2503221B84; Thu, 12 Jul 2018 06:29:48 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 12 Jul 2018 06:29:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=n9NvaE6mHT81YABSPK7+D3o9Ii +1lM1MkWXQVK3YmzA=; b=b04gxoPbQS5+SPkEGyhoJH+yM2whxOy95OpmwKa4PS xzxWw7mkf1HUxZe659WZSxnuVIxzH9H4Hu/5qLv9JP/+IHocsDvS6tgYmVHYl7My nJL4yNPnIYEgJPo5esLXYFdEsSS6GBdzEPxZULbyg4hVjyCrRUXIlAQytShqUdvD Y= 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-sender:x-me-sender:x-sasl-enc; s=fm3; bh=n9NvaE 6mHT81YABSPK7+D3o9Ii+1lM1MkWXQVK3YmzA=; b=MOzzsFb/45EJWtv0eRkGen mbfWPmFHtum4V/fftgQC4WZnvsb5+NcBzI/z9r+rVWv66X9PfMzSG0jR4WiY6zSS 1gfaE8Sm49A2T7IYRjwiz8GDP3CKW+DdPAFvNpWtxvnVKac6tY131RTXPaSsHwm+ nPPhT8XX8q6YEw6S45S64HyXsrzOypCD51vzkwmApsY6u20VPGSeQcjiSq5kNcTQ MD1+zuPrHC9T2/RGaKEZKI4ixFmNrnqwoPVIJ33+Gp2d0lTiFQYKSqkSlwNCs0u5 qSphw2UTrJLRdpHR/XsczpyJWHIo81xhwOD8AJJCC6N7u1jKj64pSP/6nEYxSVtA == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 1A66610279; Thu, 12 Jul 2018 06:29:47 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org Date: Thu, 12 Jul 2018 12:29:45 +0200 Message-ID: <2536192.1uthRPimKj@xps> In-Reply-To: <20180703103119.15747-1-bruce.richardson@intel.com> References: <20180608163807.66737-1-bruce.richardson@intel.com> <20180703103119.15747-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 0/8] Enable 32-bit native builds with 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: , X-List-Received-Date: Thu, 12 Jul 2018 10:29:48 -0000 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