From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH 0/3 v3] virtio: Tx performance improvements Date: Mon, 14 Mar 2016 20:24:18 +0800 Message-ID: <20160314122418.GO979@yliu-dev.sh.intel.com> References: <1457115561-31186-1-git-send-email-stephen@networkplumber.org> <20160314105627.GE24288@bricha3-MOBL3> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Stephen Hemminger , dev@dpdk.org, Huawei Xie To: Bruce Richardson Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 060F339EA for ; Mon, 14 Mar 2016 13:23:37 +0100 (CET) Content-Disposition: inline In-Reply-To: <20160314105627.GE24288@bricha3-MOBL3> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Mon, Mar 14, 2016 at 10:56:27AM +0000, Bruce Richardson wrote: > On Fri, Mar 04, 2016 at 10:19:18AM -0800, Stephen Hemminger wrote: > > This patch series uses virtio negotiated features to allow for > > more packets to be queued to host even though the default QEMU/KVM > > virtio queue is very small 256 elements. > > > > Stephen Hemminger (3): > > virtio: use indirect ring elements > > virtio: use any layout on transmit > > virtio: optimize transmit enqueue > > > These patches require an ack to merge. Virtio maintainers, can you please > review and ack if ok. Thomas meant to merge this set in last release. It was delayed due to a build error. So, I think it's okay to merge it. Anyway, here is mine: Acked-by: Yuanhan Liu --yliu