numam-dpdk/drivers
Thomas Monjalon 479e160b2e net/virtio-user: fix 32-bit build
The compilation for 32-bit fails when CONFIG_RTE_VIRTIO_USER is enabled:

  drivers/net/virtio/virtio_user_ethdev.c:84:47:
    error: format ‘%llu’ expects argument of type ‘long long unsigned int’,
    but argument 5 has type ‘size_t {aka unsigned int}’

Fixes: e9efa4d938 ("net/virtio-user: add new virtual PCI driver")

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
2016-06-23 22:54:41 +02:00
..
crypto qat: fix probing 2016-06-21 15:33:42 +02:00
net net/virtio-user: fix 32-bit build 2016-06-23 22:54:41 +02:00
Makefile mk: fix build without crypto 2016-03-11 10:43:09 +01:00