From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53990) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1anjZR-0007Dt-Ts for qemu-devel@nongnu.org; Wed, 06 Apr 2016 05:16:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1anjZM-00024s-00 for qemu-devel@nongnu.org; Wed, 06 Apr 2016 05:16:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37200) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1anjZL-00024c-RM for qemu-devel@nongnu.org; Wed, 06 Apr 2016 05:16:11 -0400 References: <1458537955-8032-1-git-send-email-jasowang@redhat.com> <20160405175413.36264dc0@bahia.huguette.org> <57046B2E.4000906@redhat.com> <20160406091105.69ab1b5b@bahia.huguette.org> From: Jason Wang Message-ID: <5704D3D6.30804@redhat.com> Date: Wed, 6 Apr 2016 17:16:06 +0800 MIME-Version: 1.0 In-Reply-To: <20160406091105.69ab1b5b@bahia.huguette.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] busy polling support for vhost-kernel List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Greg Kurz Cc: qemu-devel@nongnu.org, mst@redhat.com On 04/06/2016 03:11 PM, Greg Kurz wrote: > On Wed, 6 Apr 2016 09:49:34 +0800 > Jason Wang wrote: > >> > On 04/05/2016 11:54 PM, Greg Kurz wrote: >>> > > On Mon, 21 Mar 2016 13:25:53 +0800 >>> > > Jason Wang wrote: >>>>> > >> > Hi: >>>>> > >> > >>>>> > >> > This series enable vhost-kernel busy polling support. It's done >>>>> > >> > through introducing a new property for tap backend - 'vhost_poll_us' >>>>> > >> > which is the maximum number of us could be spent for busy polling. >>>>> > >> > >>>>> > >> > Please reivew. >>>>> > >> > >>> > > Hi Jason ! >>> > > >>> > > Do you plan to post v2 with the missing documentation soon ? >>> > > >>> > > Thanks. >>> > > >>> > > -- >>> > > Greg >>> > > >> > >> > Hi: >> > >> > Look like it's not 2.6 material, so plan to do it after 2.6 is out. But > Sure, it is too late for 2.6, but it looks like a promising feature for > 2.7. > >> > if you wish, I can post it soon. >> > >> > Thanks >> > > I would appreciate that if that's ok for you. > > Thanks ! > > -- > Greg > Posted, thanks.