18/05/2017 11:09, Jianbo Liu: > Implement the same hash functions with crc32 on arm platform. > > Signed-off-by: Jianbo Liu <jianbo....@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?