> -----Original Message----- > From: Jianbo Liu [mailto:jianbo....@arm.com] > Sent: Friday, October 27, 2017 10:25 AM > To: dev@dpdk.org; Dumitrescu, Cristian <cristian.dumitre...@intel.com> > Cc: Jianbo Liu <jianbo....@linaro.org> > Subject: [PATCH v2] examples/ip_pipeline: use crc32 in hash functions for > arm64 > > From: Jianbo Liu <jianbo....@linaro.org> > > 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 | 261 > ++++++++++++++++++++++++ > 2 files changed, 263 insertions(+) > create mode 100644 examples/ip_pipeline/pipeline/hash_func_arm64.h >
Acked-by: Cristian Dumitrescu <cristian.dumitre...@intel.com>