From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from dpdk.org (dpdk.org [92.243.14.124])
	by dpdk.space (Postfix) with ESMTP id C42A1A045E
	for <public@inbox.dpdk.org>; Tue, 28 May 2019 11:46:06 +0200 (CEST)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id AD5E43576;
	Tue, 28 May 2019 11:46:05 +0200 (CEST)
Received: from mail-wm1-f68.google.com (mail-wm1-f68.google.com
 [209.85.128.68]) by dpdk.org (Postfix) with ESMTP id 16AD91D7
 for <dev@dpdk.org>; Tue, 28 May 2019 11:46:05 +0200 (CEST)
Received: by mail-wm1-f68.google.com with SMTP id e19so1851266wme.1
 for <dev@dpdk.org>; Tue, 28 May 2019 02:46:05 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:message-id:subject:from:to:date:in-reply-to
 :references:content-transfer-encoding:user-agent:mime-version;
 bh=YPztw+EqgtGi+6W3eE9tB5u4002HB/MT2Ra7KzKBOTs=;
 b=f2mNczjwNBMjKi5yrKkFNOxverUOe6Gi1cn04vLKZuni8nSPkmNmK9jvsZ2hmfLymH
 daF7q/d6XQHGM+XG5qm0PQhc+rQnMzycXDXKIDOptfQ/Bf+XDO1Eexu4VjDC9p6ztgMu
 QX+sg6Tx6oH5zp4k6AHx/Sx99lh2CPpcYCxBAGZvo2zGJgP3ELUAkiI+mxaPfiH5zkFE
 hc3I4NJJdz/k165gSP5EfUxM9liTqG06pkRaflRnaCOeAKBAefA/y+unCqfla9s25+ZY
 vdcZa5dDWFbQ6ECbH74jlYj/uHF+qRT6gB9F9QA2TbmsGGMdPXTatgzaseCqA/vpCfij
 Y2sA==
X-Gm-Message-State: APjAAAWMCwdUsAFESyQQuCIwcZU3zIeh08NsdySjWJJYatviW4GXcT1m
 SsFNtrXhNunD6EHhqPJaocs=
X-Google-Smtp-Source: APXvYqz7rtPfp7axaZks9JxjPEjH9XeQdDQqGAoKNX4mEU3Ba20Sh+OL9a6Y4VPJsQhvIB+bt//adg==
X-Received: by 2002:a1c:c545:: with SMTP id v66mr2570230wmf.51.1559036764572; 
 Tue, 28 May 2019 02:46:04 -0700 (PDT)
Received: from localhost ([88.98.246.218])
 by smtp.gmail.com with ESMTPSA id s11sm26819088wrb.71.2019.05.28.02.46.02
 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256);
 Tue, 28 May 2019 02:46:03 -0700 (PDT)
Message-ID: <e7e5dc9c82b518ac773dd789c42d273279da3931.camel@debian.org>
From: Luca Boccassi <bluca@debian.org>
To: Bruce Richardson <bruce.richardson@intel.com>, dev@dpdk.org
Date: Tue, 28 May 2019 10:46:02 +0100
In-Reply-To: <20190527161509.50252-1-bruce.richardson@intel.com>
References: <20190527161509.50252-1-bruce.richardson@intel.com>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
User-Agent: Evolution 3.30.5-1 
MIME-Version: 1.0
Subject: Re: [dpdk-dev] [PATCH 0/3] fix 32-bit meson builds
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>

On Mon, 2019-05-27 at 17:15 +0100, Bruce Richardson wrote:
> 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.
>=20
> Bruce Richardson (3):
>   net/nfp: disable nfp for 32-bit meson builds
>   build: enable large file support on 32-bit
>   build: remove unnecessary large file support defines
>=20
>  drivers/common/dpaax/dpaax_iova_table.c | 4 ++--
>  drivers/net/nfp/meson.build             | 2 +-
>  examples/vhost_crypto/meson.build       | 1 -
>  examples/vhost_scsi/meson.build         | 1 -
>  lib/librte_eal/linux/eal/eal_memalloc.c | 1 -
>  lib/librte_eal/linux/eal/eal_memory.c   | 1 -
>  lib/librte_vhost/Makefile               | 2 +-
>  mk/arch/arm/rte.vars.mk                 | 2 +-
>  mk/arch/i686/rte.vars.mk                | 2 +-
>  9 files changed, 6 insertions(+), 10 deletions(-)

Series-acked-by: Luca Boccassi <bluca@debian.org>

--=20
Kind regards,
Luca Boccassi