From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id D2C46A0096 for ; Tue, 4 Jun 2019 00:00:34 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AC2CD1B9B3; Tue, 4 Jun 2019 00:00:34 +0200 (CEST) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 840F11B9AC; Tue, 4 Jun 2019 00:00:31 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id EBCAB201E3; Mon, 3 Jun 2019 18:00:30 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 03 Jun 2019 18:00:30 -0400 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=y6F8+8RqXi1Ju21a3oU767xRdFjEpaNd6k6BpXxQldU=; b=H7ZQMhj58eE8 8wgTnVSOftnMLkYriuovcgLQrTFYgUgpxJWNK9askQ4f8mfkBCJAnYVbvZfd0ez1 qdt1XL1lU9RMI+OICsrdFYtUbq8goD4zvIlH8w84XEhjtUoFCWdQpEGe8TqtSIIR E+oQlhHD6hcJ3b4GO700Ozx950CPUW8= 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=fm2; bh=y6F8+8RqXi1Ju21a3oU767xRdFjEpaNd6k6BpXxQl dU=; b=wGHM0ctKhIMCiXKgoD55iXkUBajlLYagQSkK7qfw8CytMlx5vSWowfRx5 3N9ri1wmAd8wTj3YxQG1TQnQAg7URQGol6pVx1KAbbubm/i2hhTLrBEAgwKhK2+p kw8PRef28rmMWS9ntHbAo4X/Oof2kESOzTYs/ClS5+GI9upqXr+SajIC1LKv9/HD frGvb/k/sfGn9pTcY2yLRAwHDQO6ehUZkRbbP+bHH8uebtI/44mvSj2nvCBVoQvz y/jFog9Jvu1s+hc9S+6Ff0vMAFromc6IiaxTj7oxt3TKXjHaSsczu/8LiuGNL8CP yQC5QJpPO0AY2MCApKjOdl2WI12hw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrudefkedgtdehucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt 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 68EA980060; Mon, 3 Jun 2019 18:00:28 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org, Shreyansh Jain , Alejandro Lucero , Anatoly Burakov , stable@dpdk.org, Maxime Coquelin , Zhihong Wang , Luca Boccassi , Zhang XuemingX Date: Tue, 04 Jun 2019 00:00:27 +0200 Message-ID: <25162763.l0t2GT9dXN@xps> In-Reply-To: <20190528110748.10772-1-bruce.richardson@intel.com> References: <20190527161509.50252-1-bruce.richardson@intel.com> <20190528110748.10772-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH v2 0/5] fix 32-bit meson builds X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" 28/05/2019 13:07, Bruce Richardson: > This set fixes some issues seen on the automated CI system with building > on 32-bit Linux distro's using meson and ninja. The fixes are to disable > unsupported parts of the build, and switch the 32-bit builds to always > having large file support, so that make and meson are consistent in that > regard. > > V2: add two additional patches to fix clang builds. This allows the > test-meson-builds.sh script to run successfully on 32-bit Ubuntu > 16.04 systems. > > Bruce Richardson (5): > net/nfp: disable nfp for 32-bit meson builds > build: enable large file support on 32-bit > build: remove unnecessary large file support defines > eal: mark unused function in 32-bit builds > build: add libatomic dependency for 32-bit clang compile Applied, thanks