[dpdk-dev] [PATCH 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:

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

2018-09-04 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 implemetation of the x86_64 intrinsic for crc32 as a generic fallback. Signed-off-by: C