From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next v2 0/5] virtio: support packed ring Date: Thu, 12 Jul 2018 14:44:58 -0700 (PDT) Message-ID: <20180712.144458.2076041018423659380.davem@davemloft.net> References: <20180711022711.7090-1-tiwei.bie@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20180711022711.7090-1-tiwei.bie@intel.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 To: tiwei.bie@intel.com Cc: virtio-dev@lists.oasis-open.org, mst@redhat.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, virtualization@lists.linux-foundation.org, wexu@redhat.com List-Id: virtualization@lists.linuxfoundation.org From: Tiwei Bie Date: Wed, 11 Jul 2018 10:27:06 +0800 > Hello everyone, > > This patch set implements packed ring support in virtio driver. > > Some functional tests have been done with Jason's > packed ring implementation in vhost: > > https://lkml.org/lkml/2018/7/3/33 > > Both of ping and netperf worked as expected. Michael and Jason, where are we with this series?