[dpdk-dev] [PATCH] net/virtio-user: fix 32-bit build

Thomas Monjalon thomas.monjalon at 6wind.com
Thu Jun 23 22:56:52 CEST 2016


2016-06-23 22:53, Thomas Monjalon:
> 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 at 6wind.com>

Applied


More information about the dev mailing list