From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] efd: support lookup using neon intrinsics Date: Mon, 03 Jul 2017 15:29:39 +0200 Message-ID: <4465038.J5ZUkEa3L9@xps> References: <20170427114249.31863-1-ashwin.sekhar@caviumnetworks.com> <20170427124418.32857-1-ashwin.sekhar@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, byron.marohn@intel.com, pablo.de.lara.guarch@intel.com, jerin.jacob@caviumnetworks.com, jianbo.liu@linaro.org To: Ashwin Sekhar T K Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 508FD2BB4 for ; Mon, 3 Jul 2017 15:29:41 +0200 (CEST) In-Reply-To: <20170427124418.32857-1-ashwin.sekhar@caviumnetworks.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 27/04/2017 14:44, Ashwin Sekhar T K: > * Added file lib/librte_efd/rte_efd_arm64.h to hold arm64 > specific definitions > * Verified the changes with efd_autotest unit test case > > Signed-off-by: Ashwin Sekhar T K > --- > v2: > * Slightly modified the content of the commit message body > * Added prefix [dpdk-dev] to the email subject line v2 applied, thanks