From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Wang Subject: Re: [PATCH 00/14] implement packed virtqueues Date: Wed, 7 Feb 2018 16:37:30 +0800 Message-ID: <136548b8-c569-9acf-f673-6301ea042894@redhat.com> References: <20180129141143.13437-1-jfreimann@redhat.com> <6cfdc95c-82a2-45d8-76ca-7961d5a76a61@redhat.com> <20180206135824.h4dqngi62z6dictr@dhcp-192-241.str.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Cc: dev@dpdk.org, tiwei.bie@intel.com, yliu@fridaylinux.org, maxime.coquelin@redhat.com, mst@redhat.com, Wei Xu To: Jens Freimann Return-path: Received: from mx1.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by dpdk.org (Postfix) with ESMTP id 4FBC61B67B for ; Wed, 7 Feb 2018 09:37:36 +0100 (CET) In-Reply-To: <20180206135824.h4dqngi62z6dictr@dhcp-192-241.str.redhat.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 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