[dpdk-stable] [PATCH v2 2/5] build: enable large file support on 32-bit

Shreyansh Jain shreyansh.jain at nxp.com
Thu May 30 08:45:50 CEST 2019


> -----Original Message-----
> From: Bruce Richardson <bruce.richardson at intel.com>
> Sent: Tuesday, May 28, 2019 4:38 PM
> To: dev at dpdk.org
> Cc: Shreyansh Jain <shreyansh.jain at nxp.com>; Alejandro Lucero
> <alejandro.lucero at netronome.com>; Anatoly Burakov
> <anatoly.burakov at intel.com>; stable at dpdk.org; Maxime Coquelin
> <maxime.coquelin at redhat.com>; Zhihong Wang <zhihong.wang at intel.com>; Luca
> Boccassi <bluca at debian.org>; Zhang XuemingX <xuemingx.zhang at intel.com>; Bruce
> Richardson <bruce.richardson at intel.com>
> Subject: [PATCH v2 2/5] build: enable large file support on 32-bit
> 
> By default on 32-bit systems, file offsets are given as 32-bit values
> which prevents support for large files. While this is unlikely to be
> a problem, enabling large file support globally makes "make" and
> "meson" builds consistent, since meson always enables large file
> support, and without this change, the size of "struct stat" fields
> will be different between the two builds.
> 
> The only location where this appears to be significant is in the
> dpaax common code, where a printf needs to be updated for 32-bit
> builds.

>From DPAAX perspective, I am not worried about 32bit and dependency of large file support.
So, this 'don't care' from my side.

> 
> Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
> Acked-by: Luca Boccassi <bluca at debian.org>
> ---
>  drivers/common/dpaax/dpaax_iova_table.c | 4 ++--
>  mk/arch/arm/rte.vars.mk                 | 2 +-
>  mk/arch/i686/rte.vars.mk                | 2 +-
>  3 files changed, 4 insertions(+), 4 deletions(-)
> 

If this patch is merged, please ignore [1]

[1] http://patches.dpdk.org/patch/53798/

Acked-by: Shreyansh Jain <Shreyansh.jain at nxp.com>


More information about the stable mailing list