From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id D26C54D3A for ; Mon, 17 Sep 2018 14:03:53 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id C04643D7; Mon, 17 Sep 2018 08:03:52 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 17 Sep 2018 08:03:53 -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=hl5IYElcYpLcNfbt6JOtSDF66t VoFkQhLUM2BkiYh9g=; b=R+calMNWm8zt0ViD3GDQycUNe78gHC5tYBNNaHJBEd 4x/qOIlI6+duyhJft0jLvBsXLgqfq0tNVZYKbYj6Dx3SVNw0cMDLsz0j3PciLDKD ioYoiTyX+CH/3C+16iqxmF3ZXTeJXJ/Y4UZFnMq4Hpyo3CnJxu4mFmFvNBOEa3uO 0= 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=hl5IYE lcYpLcNfbt6JOtSDF66tVoFkQhLUM2BkiYh9g=; b=rNuwgj70cCKBw7ov3/IlAv MOoDCs9CMhKOAzN0gZ5W+tZnxRHUBaVdhK1JTCvqe1i7c4YTnqBIDHEzB6BFNaDh azdYwA/9vuENgl3cGl3elC88Y1PApM7cHR0uItu0OINqdg8GsUiTh+DA5O1H4Kte 7sfp5BAjo8mDEJr/qUJf80lysuJOo0XCdF848SByhHiIaA/cDc5yHUaE3lf77OX6 g9mxrnvYxfXTqF6Tx76hQbpnHLc2hAX/wePMumISlAeobwGNr6XepTr9cwq+MzYL ZUwPs5qv/e51MO7xvK/0OeqjmcBWPLCkarswpoqNm4TNbi+zrTRRWwITjJE/ajsg == 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 68ED7E4626; Mon, 17 Sep 2018 08:03:51 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org Date: Mon, 17 Sep 2018 14:03:50 +0200 Message-ID: <4200777.W2uOughg41@xps> In-Reply-To: <20180829160252.7890-1-bruce.richardson@intel.com> References: <20180829160252.7890-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] test-meson-builds: add 32-bit compilation test 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, 17 Sep 2018 12:03:54 -0000 29/08/2018 18:02, Bruce Richardson: > Add in a cross-file to enable 32-bit compile tests as part > of the test-meson-builds script. > > Signed-off-by: Bruce Richardson > --- > NOTE: For ease of use, it's recommended that meson 0.47 be used for > this testing. With earlier versions, it may be necessary to ensure that > the same development packages are installed for both 64-bit and 32-bit. > --- > config/x86/i686_sse4_linuxapp_gcc | 18 ++++++++++++++++++ > devtools/test-meson-builds.sh | 4 ++++ > 2 files changed, 22 insertions(+) I'm not sure about adding this test as mandatory, because 32-bit version of libraries can be hard to get, especially libbsd and libnuma. I hope this test will be run by all developers, so we should not discourage them by adding too many requirements. Opinion? Idea?