From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=xuELnXd2Byp7Y6/0AaRAdYYnc3aCjMUsVlokR4C3MKI=; b=FQi7x2ZYUdnzw3pwmzMOC+J99XhRhrG/FS9eefASt1L0rULpfrn2B7qp3LpcHpSZKv XJLjL9zcpBpWJURTCITCKoi6/zgYa0X4gYUAyeuRnClNqnXKYbh8z/SdEjjW4GAy6JBD bP8DLZOtV42v+Hy9ZvWmjx1cwLekBXaOJmnVm+fCPgqF2HQSxjCdnZWBuZoX2MPSnwJv RLSye+6OYibzwLkmxAnTLYReMDwQJG1j6XPJM/VnmZjtS4ESHJzVnaGeGg4Udsw98aqc 44kcFBKLkKbicwGOB1aTQM2WtwEixvhb/fJRrHCDxZSk2LDoOaiNX9GxME9qeH7KOWug WuZg== X-Gm-Message-State: ALoCoQmAoMIueNKZ3u0dIecnnWHX0ZYc7WF7D/8jXXtLO6xM18f46yXFia+kK0eWBUhR/Y05UN9c X-Received: by 10.180.188.169 with SMTP id gb9mr35872923wic.72.1445433597750; Wed, 21 Oct 2015 06:19:57 -0700 (PDT) Received: from xps13.localnet (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by smtp.gmail.com with ESMTPSA id it4sm10427183wjb.0.2015.10.21.06.19.56 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 21 Oct 2015 06:19:57 -0700 (PDT) From: Thomas Monjalon To: huawei.xie@intel.com Date: Wed, 21 Oct 2015 15:18:52 +0200 Message-ID: <1536056.KWEakoJpBK@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1445231772-17467-1-git-send-email-stephen@networkplumber.org> References: <1445231772-17467-1-git-send-email-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2 0/5] 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, 21 Oct 2015 13:19:58 -0000 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?