Re: [dpdk-dev] [PATCH v3 1/3] lib/librte_table: add hash_func header files

2018-09-25 Thread Dumitrescu, Cristian
> ARM specific change and this patchset looks good. But, It has following > checkpatches.sh and check-git-log.sh errors. > Thanks, Jerin, this looks like a map file issue, we'll work to fix it. Regards, Cristian

Re: [dpdk-dev] [PATCH v3 1/3] lib/librte_table: add hash_func header files

2018-09-24 Thread Jerin Jacob
-Original Message- > Date: Fri, 7 Sep 2018 11:06:24 +0100 > From: Kevin Laatz > To: dev@dpdk.org > CC: cristian.dumitre...@intel.com, jianbo@arm.com, gavin...@arm.com, > jerin.ja...@caviumnetworks.com, Kevin Laatz > Subject: [PATCH v3 1/3] lib/librte_table: add hash_func header files

[dpdk-dev] [PATCH v3 1/3] lib/librte_table: add hash_func header files

2018-09-07 Thread Kevin Laatz
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