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 817D4559C for ; Wed, 16 Mar 2016 18:40:42 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga103.jf.intel.com with ESMTP; 16 Mar 2016 10:40:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,345,1455004800"; d="scan'208";a="67621467" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.44]) by fmsmga004.fm.intel.com with SMTP; 16 Mar 2016 10:40:39 -0700 Received: by (sSMTP sendmail emulation); Wed, 16 Mar 2016 17:40:38 +0025 Date: Wed, 16 Mar 2016 17:40:38 +0000 From: Bruce Richardson To: "Xie, Huawei" Cc: Stephen Hemminger , "dev@dpdk.org" , Yuanhan Liu Message-ID: <20160316174038.GA10308@bricha3-MOBL3> 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: Organization: Intel Shannon Ltd. 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: Wed, 16 Mar 2016 17:40:42 -0000 On Wed, Mar 16, 2016 at 08:25:08AM +0000, Xie, Huawei wrote: > On 3/14/2016 6:56 PM, Richardson, Bruce 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. > > > > /Bruce > > > Acked in the previous release window. > > Acked-by: Huawei Xie > Pushed to dpdk-next-net/rel_16_04 /Bruce