From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v4 1/3] lib/librte_table: add hash func header files Date: Tue, 25 Sep 2018 21:55:39 +0530 Message-ID: <20180925162537.GA6387@jerin> References: <20180907100626.8165-1-kevin.laatz@intel.com> <20180925153230.72096-1-kevin.laatz@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, jianbo.liu@arm.com, gavin.hu@arm.com, cristian.dumitrescu@intel.com To: Kevin Laatz Return-path: Received: from NAM03-BY2-obe.outbound.protection.outlook.com (mail-by2nam03on0082.outbound.protection.outlook.com [104.47.42.82]) by dpdk.org (Postfix) with ESMTP id 590111B458 for ; Tue, 25 Sep 2018 18:26:02 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20180925153230.72096-1-kevin.laatz@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" -----Original Message----- > Date: Tue, 25 Sep 2018 16:32:28 +0100 > From: Kevin Laatz > To: dev@dpdk.org > CC: jianbo.liu@arm.com, gavin.hu@arm.com, jerin.jacob@caviumnetworks.com, > cristian.dumitrescu@intel.com, Kevin Laatz > Subject: [PATCH v4 1/3] lib/librte_table: add hash func header files > X-Mailer: git-send-email 2.9.5 > > External Email > > 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. > > Signed-off-by: Cristian Dumitrescu > Signed-off-by: Kevin Laatz > Acked-by: Gavin Hu > --- > v2: > - Fixed typo in commit message > - Fixed typo in arm header that caused some compilations to fail for the > entire patchset > v3: > - Improved commit message > > v4: > - Fixed checkpatch.sh and check-git-log.sh errors Acked-by: Jerin Jacob