On Mon, Jun 13, 2016 at 06:43:40AM +0000, 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 patch to "[PATCH v8 2/6] virtio: enable use virtual address to fill desc". There is really no good reason to make 2 patches to do same/similar thing. --yliu