[dpdk-dev] [PATCH v4 1/3] lib/librte_table: add hash func header files

Dumitrescu, Cristian cristian.dumitrescu at intel.com
Fri Sep 28 12:34:48 CEST 2018



> -----Original Message-----
> From: Laatz, Kevin
> Sent: Tuesday, September 25, 2018 4:32 PM
> To: dev at dpdk.org
> Cc: jianbo.liu at arm.com; gavin.hu at arm.com;
> jerin.jacob at caviumnetworks.com; Dumitrescu, Cristian
> <cristian.dumitrescu at intel.com>; Laatz, Kevin <kevin.laatz at intel.com>
> Subject: [PATCH v4 1/3] lib/librte_table: add hash func header files
> 
> 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 <cristian.dumitrescu at intel.com>
> Signed-off-by: Kevin Laatz <kevin.laatz at intel.com>
> Acked-by: Gavin Hu <gavin.hu at arm.com>
> ---

Patchset applied to next-pipeline tree, thanks!


More information about the dev mailing list