mbox series

[0/2] fixes to resolve meson build issues on Power systems

Message ID 1565807801-72546-1-git-send-email-drc@linux.vnet.ibm.com (mailing list archive)
Headers
Series fixes to resolve meson build issues on Power systems |

Message

David Christensen Aug. 14, 2019, 6:36 p.m. UTC
  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(-)