From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next v6 0/4] net: vhost: improve performance when enable busyloop Date: Wed, 25 Jul 2018 13:01:20 -0700 (PDT) Message-ID: <20180725.130120.72727841763093651.davem@davemloft.net> References: <1532196242-2998-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: jasowang@redhat.com, mst@redhat.com, makita.toshiaki@lab.ntt.co.jp, virtualization@lists.linux-foundation.org, netdev@vger.kernel.org To: xiangxia.m.yue@gmail.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:55152 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729923AbeGYVOe (ORCPT ); Wed, 25 Jul 2018 17:14:34 -0400 In-Reply-To: <1532196242-2998-1-git-send-email-xiangxia.m.yue@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: From: xiangxia.m.yue@gmail.com Date: Sat, 21 Jul 2018 11:03:58 -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. > > v5->v6: > rebase the codes. It looks like there is still some dangling discussions about this patch set. Please repost this series when those discussions have completed. Thank you.