From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP; 07 Sep 2016 02:22:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,296,1470726000"; d="scan'208";a="1026212032" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.210.138]) by orsmga001.jf.intel.com with SMTP; 07 Sep 2016 02:21:58 -0700 Received: by (sSMTP sendmail emulation); Wed, 07 Sep 2016 10:21:58 +0025 Date: Wed, 7 Sep 2016 10:21:58 +0100 From: Bruce Richardson To: Gowrishankar Muthukrishnan Cc: dev@dpdk.org, Chao Zhu , Konstantin Ananyev , Thomas Monjalon , Cristian Dumitrescu , Pradeep 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 Content-Disposition: inline In-Reply-To: <1471343279-24014-2-git-send-email-gowrishankar.m@linux.vnet.ibm.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v6 1/9] lpm: add altivec intrinsics for dpdk lpm on ppc_64 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2016 09:22:07 -0000 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