[dpdk-dev] [PATCH v2 1/4] virtio-user: use virtual address in cq

2016-06-13 Thread Yuanhan Liu
On Mon, Jun 13, 2016 at 06:43:40AM +, Jianfeng Tan wrote: > Change to use virtio_net_hdr_mem instead of physical addr of memzone > when sending contrl queue commands. The virtio_net_hdr_mem has been > initialized to use virtual address under the case of virtio-user. I'd suggest to squash this

[dpdk-dev] [PATCH v2 1/4] virtio-user: use virtual address in cq

2016-06-13 Thread Jianfeng Tan
Change to use virtio_net_hdr_mem instead of physical addr of memzone when sending contrl queue commands. The virtio_net_hdr_mem has been initialized to use virtual address under the case of virtio-user. Signed-off-by: Jianfeng Tan --- drivers/net/virtio/virtio_ethdev.c | 6 +++--- 1 file