From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 6E3A12716 for ; Wed, 31 Aug 2016 15:09:57 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga105.jf.intel.com with ESMTP; 31 Aug 2016 06:08:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,262,1470726000"; d="scan'208";a="3366221" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by orsmga004.jf.intel.com with ESMTP; 31 Aug 2016 06:08:04 -0700 Received: from irsmsx105.ger.corp.intel.com ([169.254.7.102]) by IRSMSX102.ger.corp.intel.com ([169.254.2.123]) with mapi id 14.03.0248.002; Wed, 31 Aug 2016 14:08:03 +0100 From: "Ananyev, Konstantin" To: Gowrishankar Muthukrishnan , "dev@dpdk.org" CC: Chao Zhu , "Richardson, Bruce" , Thomas Monjalon , "Dumitrescu, Cristian" , Pradeep Thread-Topic: [PATCH v6 2/9] acl: add altivec intrinsics for dpdk acl on ppc_64 Thread-Index: AQHR96jwSIxlUgMArUij8zdV0QZrnqBjIZGg Date: Wed, 31 Aug 2016 13:08:02 +0000 Message-ID: <2601191342CEEE43887BDE71AB97725836B9513D@irsmsx105.ger.corp.intel.com> References: <1471343279-24014-1-git-send-email-gowrishankar.m@linux.vnet.ibm.com> <1471343279-24014-3-git-send-email-gowrishankar.m@linux.vnet.ibm.com> In-Reply-To: <1471343279-24014-3-git-send-email-gowrishankar.m@linux.vnet.ibm.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v6 2/9] acl: add altivec intrinsics for dpdk acl 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, 31 Aug 2016 13:09:59 -0000 >=20 > This patch adds port for ACL library in ppc64le. >=20 > Signed-off-by: Gowrishankar Muthukrishnan > --- > app/test-acl/main.c | 4 + > config/defconfig_ppc_64-power8-linuxapp-gcc | 1 - > lib/librte_acl/Makefile | 2 + > lib/librte_acl/acl.h | 4 + > lib/librte_acl/acl_run.h | 2 + > lib/librte_acl/acl_run_altivec.c | 47 ++++ > lib/librte_acl/acl_run_altivec.h | 329 ++++++++++++++++++++++= ++++++ > lib/librte_acl/rte_acl.c | 13 ++ > lib/librte_acl/rte_acl.h | 1 + > 9 files changed, 402 insertions(+), 1 deletion(-) create mode 100644 li= b/librte_acl/acl_run_altivec.c create mode 100644 > lib/librte_acl/acl_run_altivec.h >=20 I am not a ppc expert, and I don't have ppc HW to try, But from IA perspective - all looks good. Acked-by: Konstantin Ananyev