Re: [Qemu-devel] [PATCH v4 00/11] packed ring virtio-net backends support

2019-02-18 Thread Jason Wang
On 2019/2/14 下午12:26, w...@redhat.com wrote: From: Wei Xu https://github.com/Whishay/qemu.git Userspace and vhost-net backend test has been done with upstream kernel in guest. v3->v4: - add version number to the subject of each patch.(mst) v2->v3: v2/01 - drop it since the header

[Qemu-devel] [PATCH v4 00/11] packed ring virtio-net backends support

2019-02-13 Thread wexu
From: Wei Xu https://github.com/Whishay/qemu.git Userspace and vhost-net backend test has been done with upstream kernel in guest. v3->v4: - add version number to the subject of each patch.(mst) v2->v3: v2/01 - drop it since the header has been synchronized from kernel.(mst & jason)