From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <bruce.richardson@intel.com>
Received: from mga01.intel.com (mga01.intel.com [192.55.52.88])
 by dpdk.org (Postfix) with ESMTP id EC73A2BFD
 for <dev@dpdk.org>; Mon, 14 Mar 2016 11:56:31 +0100 (CET)
Received: from orsmga003.jf.intel.com ([10.7.209.27])
 by fmsmga101.fm.intel.com with ESMTP; 14 Mar 2016 03:56:31 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.24,335,1455004800"; d="scan'208";a="763707785"
Received: from unknown ([10.252.25.185])
 by orsmga003.jf.intel.com with SMTP; 14 Mar 2016 03:56:28 -0700
Received: by  (sSMTP sendmail emulation); Mon, 14 Mar 2016 10:56:27 +0025
Date: Mon, 14 Mar 2016 10:56:27 +0000
From: Bruce Richardson <bruce.richardson@intel.com>
To: Stephen Hemminger <stephen@networkplumber.org>
Cc: dev@dpdk.org, Huawei Xie <huawei.xie@intel.com>,
 Yuanhan Liu <yuanhan.liu@linux.intel.com>
Message-ID: <20160314105627.GE24288@bricha3-MOBL3>
References: <1457115561-31186-1-git-send-email-stephen@networkplumber.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <1457115561-31186-1-git-send-email-stephen@networkplumber.org>
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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 14 Mar 2016 10:56:32 -0000

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