Encountered a few issues while testing meson builds. The first is related to the gcc compiler used on RHEL 7.6 and how it interprets the "native" CPU type when running on a Power 9 system. The second is a print format warning error on Power systems.
David Christensen (2): config: fix RHEL7.6 build errors on Power 9 systems vhost: fix build error caused by 64bit print formatting config/ppc_64/meson.build | 10 ++++++++++ lib/librte_vhost/vhost_user.c | 9 +++++---- 2 files changed, 15 insertions(+), 4 deletions(-) -- 1.8.3.1