From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757193AbcB1JNE (ORCPT ); Sun, 28 Feb 2016 04:13:04 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38489 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751464AbcB1JM7 (ORCPT ); Sun, 28 Feb 2016 04:12:59 -0500 Date: Sun, 28 Feb 2016 11:12:55 +0200 From: "Michael S. Tsirkin" To: David Miller Cc: jasowang@redhat.com, kvm@vger.kernel.org, virtualization@lists.linux-foundation.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, RAPOPORT@il.ibm.com, yang.zhang.wz@gmail.com Subject: Re: [PATCH V3 0/3] basic busy polling support for vhost_net Message-ID: <20160228111248-mutt-send-email-mst@redhat.com> References: <1456476164-17242-1-git-send-email-jasowang@redhat.com> <20160226.114502.171815325392990783.davem@davemloft.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160226.114502.171815325392990783.davem@davemloft.net> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 26, 2016 at 11:45:02AM -0500, David Miller wrote: > From: Jason Wang > Date: Fri, 26 Feb 2016 16:42:41 +0800 > > > This series tries to add basic busy polling for vhost net. The idea is > > simple: at the end of tx/rx processing, busy polling for new tx added > > descriptor and rx receive socket for a while. The maximum number of > > time (in us) could be spent on busy polling was specified ioctl. > > I'm assuming this will go through Michael's tree. Definitely.