From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2 0/7] net/mlx5: add vectorized Rx/Tx burst for ARM Date: Mon, 9 Oct 2017 20:09:39 +0100 Message-ID: References: <20171005230032.7548-1-yskoh@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Yongseok Koh , adrien.mazarguil@6wind.com, nelio.laranjeiro@6wind.com Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 27C171B24E for ; Mon, 9 Oct 2017 21:09:56 +0200 (CEST) In-Reply-To: Content-Language: en-US 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 10/9/2017 7:46 PM, Yongseok Koh wrote: > Add dataplane functions using ARM NEON instructions. To modularize vectorized > functions for different architectures, the existing files having x86 SSE support > is reorganized. > > Yongseok Koh (7): > net/mlx5: cleanup memory barriers > net/mlx5: rename a file of SSE Rx/Tx > net/mlx5: use static assert for compile-time sanity checks > net/mlx5: separate shareable vector functions > net/mlx5: match Rx completion entry size to cacheline > net/mlx5: fix configuration of Rx CQE compression > net/mlx5: add vectorized Rx/Tx burst for ARM Series applied to dpdk-next-net/master, thanks.