From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP; 14 Mar 2016 05:23:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,335,1455004800"; d="scan'208";a="936622917" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.66.49]) by fmsmga002.fm.intel.com with ESMTP; 14 Mar 2016 05:23:36 -0700 Date: Mon, 14 Mar 2016 20:24:18 +0800 From: Yuanhan Liu To: Bruce Richardson Cc: Stephen Hemminger , dev@dpdk.org, Huawei Xie 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 Content-Disposition: inline In-Reply-To: <20160314105627.GE24288@bricha3-MOBL3> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH 0/3 v3] virtio: Tx performance improvements X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Mar 2016 12:23:38 -0000 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