From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 0/7] net/mlx5: improve single core performance Date: Thu, 5 Jan 2017 14:13:06 +0000 Message-ID: <333e5cbd-4149-193f-a442-255859f8b83a@intel.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: Thomas Monjalon , Adrien Mazarguil To: Nelio Laranjeiro , dev@dpdk.org Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 4C1761094 for ; Thu, 5 Jan 2017 15:13:08 +0100 (CET) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 11/24/2016 4:03 PM, Nelio Laranjeiro wrote: > This series applies on top of > "[PATCH] eal: define generic vector types" [1][2] > > Using built-in vector types forces compilers to consider SIMD instructions in > specific places in order to improve performance on both IBM POWER8 and Intel > architectures. > > For example, testpmd single-thread I/O forwarding packets per second > performance is improved by 6% on Intel platforms. > > [1] http://dpdk.org/ml/archives/dev/2016-November/050261.html > [2] http://dpdk.org/dev/patchwork/patch/17024/ > > Nelio Laranjeiro (7): > net/mlx5: prepare Tx vectorization > net/mlx5: use work queue buffer as a raw buffer > net/mlx5: use vector types to speed up processing > net/mlx5: fix missing inline attributes > net/mlx5: move static prototype > net/mlx5: optimize copy of Ethernet header > net/mlx5: remove inefficient prefetching > <...> Series applied to dpdk-next-net/master, thanks.