numam-dpdk/drivers/common
Bruce Richardson 40af5458a7 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.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Luca Boccassi <bluca@debian.org>
Acked-by: Shreyansh Jain <shreyansh.jain@nxp.com>
2019-06-03 23:53:40 +02:00
..
cpt crypto/octeontx: use distinct metabuf pool for each queue 2019-05-01 15:52:55 +02:00
dpaax build: enable large file support on 32-bit 2019-06-03 23:53:40 +02:00
mvep net/mvneta: add PMD skeleton 2018-10-11 18:53:48 +02:00
octeontx remove useless constructor headers 2018-07-12 00:00:35 +02:00
qat doc: fix spelling reported by aspell in comments 2019-05-03 00:38:14 +02:00
Makefile common/cpt: add PMD ops helper functions 2018-10-17 12:20:06 +02:00
meson.build common/cpt: add PMD ops helper functions 2018-10-17 12:20:06 +02:00