From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <cristian.dumitrescu@intel.com>
Received: from mga11.intel.com (mga11.intel.com [192.55.52.93])
 by dpdk.org (Postfix) with ESMTP id 5E99A1B173
 for <dev@dpdk.org>; Fri, 28 Sep 2018 12:34:54 +0200 (CEST)
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from orsmga005.jf.intel.com ([10.7.209.41])
 by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 28 Sep 2018 03:34:53 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.54,314,1534834800"; d="scan'208";a="261182815"
Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153])
 by orsmga005.jf.intel.com with ESMTP; 28 Sep 2018 03:34:50 -0700
Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by
 IRSMSX101.ger.corp.intel.com (163.33.3.153) with Microsoft SMTP Server (TLS)
 id 14.3.319.2; Fri, 28 Sep 2018 11:34:49 +0100
Received: from irsmsx107.ger.corp.intel.com ([169.254.10.56]) by
 irsmsx155.ger.corp.intel.com ([169.254.14.27]) with mapi id 14.03.0319.002;
 Fri, 28 Sep 2018 11:34:48 +0100
From: "Dumitrescu, Cristian" <cristian.dumitrescu@intel.com>
To: "Laatz, Kevin" <kevin.laatz@intel.com>, "dev@dpdk.org" <dev@dpdk.org>
CC: "jianbo.liu@arm.com" <jianbo.liu@arm.com>, "gavin.hu@arm.com"
 <gavin.hu@arm.com>, "jerin.jacob@caviumnetworks.com"
 <jerin.jacob@caviumnetworks.com>
Thread-Topic: [PATCH v4 1/3] lib/librte_table: add hash func header files
Thread-Index: AQHUVOVV+yLMwP5tTEGsEQ3UJHbY4aUFg9Ng
Date: Fri, 28 Sep 2018 10:34:48 +0000
Message-ID: <3EB4FA525960D640B5BDFFD6A3D891268E7CC4E8@IRSMSX107.ger.corp.intel.com>
References: <20180907100626.8165-1-kevin.laatz@intel.com>
 <20180925153230.72096-1-kevin.laatz@intel.com>
In-Reply-To: <20180925153230.72096-1-kevin.laatz@intel.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNmE2YWRhOTYtYjU4YS00ZjQ4LTllY2YtYWMzMmVkZjNiY2YyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoidmlLTGppbVd4YmdBM2poUjBSY1BqcUl3dXJWNXhCUXU5dzZxN21tcTJQUERnRmhzYTYzWmxteHFZbUJBbVhZUCJ9
x-ctpclassification: CTP_NT
dlp-product: dlpe-windows
dlp-version: 11.0.400.15
dlp-reaction: no-action
x-originating-ip: [163.33.239.180]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Subject: Re: [dpdk-dev] [PATCH v4 1/3] lib/librte_table: add hash func
	header files
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 28 Sep 2018 10:34:54 -0000



> -----Original Message-----
> From: Laatz, Kevin
> Sent: Tuesday, September 25, 2018 4:32 PM
> To: dev@dpdk.org
> Cc: jianbo.liu@arm.com; gavin.hu@arm.com;
> jerin.jacob@caviumnetworks.com; Dumitrescu, Cristian
> <cristian.dumitrescu@intel.com>; Laatz, Kevin <kevin.laatz@intel.com>
> Subject: [PATCH v4 1/3] lib/librte_table: add hash func header files
>=20
> This commit adds rte_table_hash_func.h and rte_table_hash_func_arm64.h
> to
> librte_table. This reduces code duplication by removing duplicate header
> files within two folders and consolidating them into a single one. This
> also adds a scalar implementation of the x86_64 intrinsic for crc32 as a
> generic fallback.
>=20
> Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
> Signed-off-by: Kevin Laatz <kevin.laatz@intel.com>
> Acked-by: Gavin Hu <gavin.hu@arm.com>
> ---

Patchset applied to next-pipeline tree, thanks!