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

2019-05-29 Thread Shreyansh Jain
> -Original Message- > From: Bruce Richardson > Sent: Tuesday, May 28, 2019 4:38 PM > To: dev@dpdk.org > Cc: Shreyansh Jain ; Alejandro Lucero > ; Anatoly Burakov > ; sta...@dpdk.org; Maxime Coquelin > ; Zhihong Wang ; Luca > Boccassi ; Zhang XuemingX ; Bruce > Richardson > Subject: [PA

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

2019-05-28 Thread Bruce Richardson
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 chan