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

2018-09-07 Thread Gavin Hu (Arm Technology China)
The code looks good, some comments to the commit message. > -Original Message- > From: Kevin Laatz > Sent: Friday, September 7, 2018 4:05 PM > To: dev@dpdk.org > Cc: cristian.dumitre...@intel.com; Jianbo Liu ; Gavin > Hu (Arm Technology China) ; > jerin.ja...@caviumnetworks.com; Kevin Laa

[dpdk-dev] [PATCH v2 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 will replace hash_func.h and hash_func_arm64.h in the IP Pipeline application and in SoftNIC. This also adds a scalar implementation of the x86_64 intrinsic for crc32 as a generic fallback. Signed-off-by: