[dpdk-dev] [PATCH v2 1/1] vhost_xen: fix compile error in main.c

Thomas Monjalon thomas.monjalon at 6wind.com
Fri Oct 30 18:01:13 CET 2015


2015-10-22 14:21, Bernard Iremonger:
> changes in v2:
> update release notes
> 
> Signed-off-by: Bernard Iremonger <bernard.iremonger at intel.com>

Please what is the error?

> -		rte_memcpy((void *)(uintptr_t)buff_hdr_addr, (const void*)&virtio_hdr, vq->vhost_hlen);
> +		rte_memcpy((void *)(uintptr_t)buff_hdr_addr, (const void *)&virtio_hdr, vq->vhost_hlen);

Is it just a spacing change here?



More information about the dev mailing list