From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [PATCH v2] vhost: Add polling mode Date: Mon, 4 Aug 2014 16:24:08 +0200 Message-ID: <20140804142408.GE17674@redhat.com> References: <1406807370-razya@il.ibm.com> <20140731115000.334FC380727@moren.haifa.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, GLIKSON@il.ibm.com, ERANRA@il.ibm.com, YOSSIKU@il.ibm.com, JOELN@il.ibm.com, abel.gordon@gmail.com To: Razya Ladelsky Return-path: Received: from mx1.redhat.com ([209.132.183.28]:49006 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751373AbaHDOXx (ORCPT ); Mon, 4 Aug 2014 10:23:53 -0400 Content-Disposition: inline In-Reply-To: <20140731115000.334FC380727@moren.haifa.ibm.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Jul 31, 2014 at 02:50:00PM +0300, Razya Ladelsky wrote: > Resubmitting the patch in: http://marc.info/?l=kvm&m=140594903520308&w=2 > after fixing the whitespaces issues. > Thank you, > Razya > > >From f293e470b36ff9eb4910540c620315c418e4a8fc Mon Sep 17 00:00:00 2001 Above should come after --- below so git will ignore it. > From: Razya Ladelsky > Date: Thu, 31 Jul 2014 09:47:20 +0300 > Subject: [PATCH] vhost: Add polling mode > > Add an optional polling mode to continuously poll the virtqueues > for new buffers, and avoid asking the guest to kick us. > > Signed-off-by: Razya Ladelsky Pls include performance data with the submission next time. > --- > drivers/vhost/net.c | 6 +- > drivers/vhost/scsi.c | 6 +- > drivers/vhost/vhost.c | 245 +++++++++++++++++++++++++++++++++++++++++++++++-- > drivers/vhost/vhost.h | 38 +++++++- > 4 files changed, 277 insertions(+), 18 deletions(-) Please resubmit, copying all maintainer addresses for vhost. Get them from MAINTAINERS. -- MST