From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 10E2D1B22E for ; Fri, 27 Oct 2017 11:55:39 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Oct 2017 02:55:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,304,1505804400"; d="scan'208";a="168336175" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by fmsmga006.fm.intel.com with ESMTP; 27 Oct 2017 02:55:37 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by irsmsx110.ger.corp.intel.com ([163.33.3.25]) with mapi id 14.03.0319.002; Fri, 27 Oct 2017 10:55:36 +0100 From: "Dumitrescu, Cristian" To: Jianbo Liu , "dev@dpdk.org" CC: Jianbo Liu Thread-Topic: [PATCH v2] examples/ip_pipeline: use crc32 in hash functions for arm64 Thread-Index: AQHTTwWxbeu2+0rgIEqdy+JBPm7PN6L3dTwA Date: Fri, 27 Oct 2017 09:55:36 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891267BADB072@IRSMSX108.ger.corp.intel.com> References: <1495098540-8303-1-git-send-email-jianbo.liu@linaro.org> <1509096318-18808-1-git-send-email-jianbo.liu@arm.com> In-Reply-To: <1509096318-18808-1-git-send-email-jianbo.liu@arm.com> Accept-Language: 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 v2] examples/ip_pipeline: use crc32 in hash functions for arm64 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: Fri, 27 Oct 2017 09:55:40 -0000 > -----Original Message----- > From: Jianbo Liu [mailto:jianbo.liu@arm.com] > Sent: Friday, October 27, 2017 10:25 AM > To: dev@dpdk.org; Dumitrescu, Cristian > Cc: Jianbo Liu > Subject: [PATCH v2] examples/ip_pipeline: use crc32 in hash functions for > arm64 >=20 > From: Jianbo Liu >=20 > Implement the same hash functions with crc32 on arm platform. >=20 > Signed-off-by: Jianbo Liu > --- > examples/ip_pipeline/pipeline/hash_func.h | 2 + > examples/ip_pipeline/pipeline/hash_func_arm64.h | 261 > ++++++++++++++++++++++++ > 2 files changed, 263 insertions(+) > create mode 100644 examples/ip_pipeline/pipeline/hash_func_arm64.h >=20 Acked-by: Cristian Dumitrescu