vhost: fix build on RHEL 7.6 for Power
authorDavid Christensen <drc@linux.vnet.ibm.com>
Wed, 14 Aug 2019 18:36:41 +0000 (13:36 -0500)
committerDavid Marchand <david.marchand@redhat.com>
Sun, 27 Oct 2019 10:07:19 +0000 (11:07 +0100)
commit4b462021b4c8b3fc4d01839761ed8dfaae4b39e4
tree5541728c677b40c9b5375956edca00e44778407b
parentb681965dbe67794353c11c9085e3daeeeaf69bcf
vhost: fix build on RHEL 7.6 for Power

Use of %llx print formatting causes meson build error on Power systems with
RHEL 7.6 and gcc 4.8.5.  Replace with PRIx64 macro.

Fixes: 9b62e2da1844 ("vhost: register new regions with userfaultfd")
Cc: stable@dpdk.org
Signed-off-by: David Christensen <drc@linux.vnet.ibm.com>
Reviewed-by: Tiwei Bie <tiwei.bie@intel.com>
lib/librte_vhost/vhost_user.c