From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Oct 2017 12:09:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,501,1500966000"; d="scan'208";a="908269781" Received: from unknown (HELO [10.241.225.162]) ([10.241.225.162]) by FMSMGA003.fm.intel.com with ESMTP; 09 Oct 2017 12:09:39 -0700 To: Yongseok Koh , adrien.mazarguil@6wind.com, nelio.laranjeiro@6wind.com Cc: dev@dpdk.org References: <20171005230032.7548-1-yskoh@mellanox.com> From: Ferruh Yigit Message-ID: Date: Mon, 9 Oct 2017 20:09:39 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 0/7] net/mlx5: add vectorized Rx/Tx burst for ARM X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Oct 2017 19:09:57 -0000 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.