From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next v9 0/6] net: vhost: improve performance when enable busyloop Date: Sun, 09 Sep 2018 08:01:16 -0700 (PDT) Message-ID: <20180909.080116.2052458616381152153.davem@davemloft.net> References: <1536493887-2637-1-git-send-email-xiangxia.m.yue@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, virtualization@lists.linux-foundation.org, mst@redhat.com To: xiangxia.m.yue@gmail.com Return-path: In-Reply-To: <1536493887-2637-1-git-send-email-xiangxia.m.yue@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org List-Id: netdev.vger.kernel.org From: xiangxia.m.yue@gmail.com Date: Sun, 9 Sep 2018 04:51:21 -0700 > From: Tonghao Zhang > > This patches improve the guest receive performance. > On the handle_tx side, we poll the sock receive queue > at the same time. handle_rx do that in the same way. > > For more performance report, see patch 4, 5, 6 I only see patches 1-4.