From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v6 1/9] lpm: add altivec intrinsics for dpdk lpm on ppc_64 Date: Wed, 7 Sep 2016 10:21:58 +0100 Message-ID: <20160907092157.GA24488@bricha3-MOBL3> References: <1471343279-24014-1-git-send-email-gowrishankar.m@linux.vnet.ibm.com> <1471343279-24014-2-git-send-email-gowrishankar.m@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, Chao Zhu , Konstantin Ananyev , Thomas Monjalon , Cristian Dumitrescu , Pradeep To: Gowrishankar Muthukrishnan Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 8C7CC8DA1 for ; Wed, 7 Sep 2016 11:22:07 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1471343279-24014-2-git-send-email-gowrishankar.m@linux.vnet.ibm.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, Aug 16, 2016 at 03:57:51PM +0530, Gowrishankar Muthukrishnan wrote: > This patch adds ppc64le port for LPM library in DPDK. > > Signed-off-by: Gowrishankar Muthukrishnan > --- > app/test/test_xmmt_ops.h | 16 +++ > config/defconfig_ppc_64-power8-linuxapp-gcc | 1 - > .../common/include/arch/ppc_64/rte_vect.h | 60 ++++++++ > lib/librte_lpm/Makefile | 2 + > lib/librte_lpm/rte_lpm.h | 2 + > lib/librte_lpm/rte_lpm_altivec.h | 154 +++++++++++++++++++++ > 6 files changed, 234 insertions(+), 1 deletion(-) > create mode 100644 lib/librte_eal/common/include/arch/ppc_64/rte_vect.h > create mode 100644 lib/librte_lpm/rte_lpm_altivec.h > Compilation and unit tests all still work fine on x86_64 systems, and patch looks ok to me, so Acked-by: Bruce Richardson