[dpdk-dev] [PATCH] examples/ip_pipeline: use crc32 in hash functions for arm64

Thomas Monjalon thomas at monjalon.net
Mon Jul 3 23:11:34 CEST 2017


18/05/2017 11:09, Jianbo Liu:
> Implement the same hash functions with crc32 on arm platform.
> 
> Signed-off-by: Jianbo Liu <jianbo.liu at linaro.org>
> ---
>  examples/ip_pipeline/pipeline/hash_func.h       |   2 +
>  examples/ip_pipeline/pipeline/hash_func_arm64.h | 245 ++++++++++++++++++++++++
>  2 files changed, 247 insertions(+)
>  create mode 100644 examples/ip_pipeline/pipeline/hash_func_arm64.h

I don't understand why this code is in an example.
We have some CRC code in librte_hash, librte_net and ip_pipeline.
Cristian, Jianbo,
does it make sense to move these functions somewhere else?




More information about the dev mailing list