numam-dpdk/drivers/common/dpaax
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
..
dpaax_iova_table.c build: enable large file support on 32-bit 2019-06-03 23:53:40 +02:00
dpaax_iova_table.h common/dpaax: fix uninitialized PA-VA table case 2018-10-25 00:51:05 +02:00
dpaax_logs.h common/dpaax: add library for PA/VA translation table 2018-10-16 14:54:25 +02:00
Makefile common/dpaax: add library for PA/VA translation table 2018-10-16 14:54:25 +02:00
meson.build build: increase readability via shortcut variables 2019-04-17 18:09:52 +02:00
rte_common_dpaax_version.map common/dpaax: add library for PA/VA translation table 2018-10-16 14:54:25 +02:00