Re: [dpdk-dev] [PATCH 00/14] implement packed virtqueues

2018-02-07 Thread Jason Wang
On 2018年02月06日 21:58, Jens Freimann wrote: On Tue, Feb 06, 2018 at 02:20:02PM +0800, Jason Wang wrote: On 2018???01???29??? 22:11, Jens Freimann wrote: May I ask how do you test the patch? I believe you need some basic packed ring support in both qemu and vhost-user protocol. Yes, I have

Re: [dpdk-dev] [PATCH 00/14] implement packed virtqueues

2018-02-06 Thread Jens Freimann
On Tue, Feb 06, 2018 at 02:20:02PM +0800, Jason Wang wrote: On 2018???01???29??? 22:11, Jens Freimann wrote: May I ask how do you test the patch? I believe you need some basic packed ring support in both qemu and vhost-user protocol. Yes, I have a small patch for qemu here: https://github.co

Re: [dpdk-dev] [PATCH 00/14] implement packed virtqueues

2018-02-05 Thread Jason Wang
On 2018年01月29日 22:11, Jens Freimann wrote: This is a basic implementation of packed virtqueues as specified in the Virtio 1.1 draft. A compiled version of the current draft is available at https://github.com/oasis-tcs/virtio-docs.git (or as .pdf at https://github.com/oasis-tcs/virtio-docs/blob/

[dpdk-dev] [PATCH 00/14] implement packed virtqueues

2018-01-29 Thread Jens Freimann
This is a basic implementation of packed virtqueues as specified in the Virtio 1.1 draft. A compiled version of the current draft is available at https://github.com/oasis-tcs/virtio-docs.git (or as .pdf at https://github.com/oasis-tcs/virtio-docs/blob/master/virtio-v1.1-packed-wd07.pdf It does not