numam-dpdk/lib/librte_vhost
David Christensen 4b462021b4 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: 9b62e2da18 ("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>
2019-10-27 11:07:19 +01:00
..
fd_man.c vhost: fix race condition when adding fd in the fdset 2018-12-21 16:22:40 +01:00
fd_man.h vhost: fix race condition when adding fd in the fdset 2018-12-21 16:22:40 +01:00
iotlb.c vhost: replace IOTLB license with SPDX tag 2019-08-05 16:06:11 +02:00
iotlb.h vhost: replace IOTLB license with SPDX tag 2019-08-05 16:06:11 +02:00
Makefile vhost: try to unroll for each loop 2019-10-25 19:20:47 +02:00
meson.build vhost: try to unroll for each loop 2019-10-25 19:20:47 +02:00
rte_vdpa.h enforce experimental tag at beginning of declarations 2019-06-29 19:04:48 +02:00
rte_vhost_crypto.h enforce experimental tag at beginning of declarations 2019-06-29 19:04:48 +02:00
rte_vhost_version.map vhost: add APIs to get inflight ring 2019-10-23 16:43:09 +02:00
rte_vhost.h vhost: improve performance by supporting large buffer 2019-10-23 16:43:09 +02:00
socket.c vhost: disable host TSO for linear buffers without extbuf 2019-10-25 19:23:06 +02:00
vdpa.c vhost: convert buffer addresses to GPA for logging 2019-10-23 16:43:09 +02:00
vhost_crypto.c remove experimental tags from all symbol definitions 2019-06-29 19:04:43 +02:00
vhost_user.c vhost: fix build on RHEL 7.6 for Power 2019-10-27 11:07:19 +01:00
vhost_user.h vhost: support inflight info sharing 2019-10-23 16:43:09 +02:00
vhost.c vhost: improve performance by supporting large buffer 2019-10-23 16:43:09 +02:00
vhost.h vhost: update packed ring dequeue 2019-10-25 19:20:47 +02:00
virtio_crypto.h vhost: add virtio crypto header file 2018-04-14 00:43:30 +02:00
virtio_net.c vhost: fix IPv4 checksum 2019-10-25 19:23:22 +02:00