Re: [PATCH 00/14] implement packed virtqueues
From: Jason Wang <jasowang@redhat.com>
Date: 2018-02-07 08:37:36
From: Jason Wang <jasowang@redhat.com>
Date: 2018-02-07 08:37:36
On 2018年02月06日 21:58, Jens Freimann wrote:
On Tue, Feb 06, 2018 at 02:20:02PM +0800, Jason Wang wrote:quoted
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.com/jensfr/qemu/commit/71b4013e3a183b1d5ab6d8ad2bb4829951425d33 Also you need another patch for dpdk to disable ctrl virtqueue (a workaround) which is on my dpdk branch: https://github.com/jensfr/dpdk/commit/305f4b2453448402c1994caef8d8e01923660ff3 I will add them to v2 when I send it out. regards, Jens
I see. Thanks