net/virtio-user: fix 32-bit build
authorThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 23 Jun 2016 20:46:22 +0000 (22:46 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 23 Jun 2016 20:54:41 +0000 (22:54 +0200)
commit479e160b2ec30d97c116ba348bdd312dc930bb10
treeacd71fe5b39c5136bbc60e09eb06480916f552e1
parent1bff80cf571e21e77d87a7caac9a0481e2809a8f
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: e9efa4d93821 ("net/virtio-user: add new virtual PCI driver")

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
drivers/net/virtio/virtio_user_ethdev.c