From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/5] virtio: Tx performance improvements Date: Wed, 21 Oct 2015 15:18:52 +0200 Message-ID: <1536056.KWEakoJpBK@xps13> References: <1445231772-17467-1-git-send-email-stephen@networkplumber.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: huawei.xie@intel.com Return-path: Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by dpdk.org (Postfix) with ESMTP id 0627F95C6 for ; Wed, 21 Oct 2015 15:19:58 +0200 (CEST) Received: by wicll6 with SMTP id ll6so90697691wic.0 for ; Wed, 21 Oct 2015 06:19:57 -0700 (PDT) In-Reply-To: <1445231772-17467-1-git-send-email-stephen@networkplumber.org> 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" 2015-10-18 22:16, Stephen Hemminger: > This is a tested version of the virtio Tx performance improvements > that I posted earlier on the list, and described at the DPDK Userspace > meeting in Dublin. Together they get a 25% performance improvement for > both small packet and large multi-segment packet case when testing > from DPDK guest application to Linux KVM host. > > Stephen Hemminger (5): > virtio: clean up space checks on xmit > virtio: don't use unlikely for normal tx stuff > virtio: use indirect ring elements > virtio: use any layout on transmit > virtio: optimize transmit enqueue Huawei, do you ack this series?