From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56815) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ancbF-0002i2-UI for qemu-devel@nongnu.org; Tue, 05 Apr 2016 21:49:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ancbC-0000Q8-Nl for qemu-devel@nongnu.org; Tue, 05 Apr 2016 21:49:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34058) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ancbC-0000Pw-IT for qemu-devel@nongnu.org; Tue, 05 Apr 2016 21:49:38 -0400 References: <1458537955-8032-1-git-send-email-jasowang@redhat.com> <20160405175413.36264dc0@bahia.huguette.org> From: Jason Wang Message-ID: <57046B2E.4000906@redhat.com> Date: Wed, 6 Apr 2016 09:49:34 +0800 MIME-Version: 1.0 In-Reply-To: <20160405175413.36264dc0@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/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 if you wish, I can post it soon. Thanks