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

2017-10-25 Thread Jianbo Liu
On 24 October 2017 at 23:38, Dumitrescu, Cristian wrote: > Hi Jianbo, > > ... > >> >> > As mentioned in one of our deprecation notices, I am actively working >> >> > (not ready for 17.8 unfortunately) to add a key mask parameter to these >> >> functions, so more work on these hash functions is lik

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

2017-10-24 Thread Dumitrescu, Cristian
Hi Jianbo, ... > >> > As mentioned in one of our deprecation notices, I am actively working > >> > (not ready for 17.8 unfortunately) to add a key mask parameter to these > >> functions, so more work on these hash functions is likely to take place. > >> The above mentioned rework has finally hap

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

2017-07-04 Thread Jianbo Liu
Cc: dev@dpdk.org; Jianbo Liu ; >> jerin.ja...@caviumnetworks.com; ashwin.sek...@caviumnetworks.com >> Subject: Re: [dpdk-dev] [PATCH] examples/ip_pipeline: use crc32 in hash >> functions for arm64 >> >> 04/07/2017 01:19, Dumitrescu, Cristian: >> > From: Thomas Monjalon [ma

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

2017-07-04 Thread De Lara Guarch, Pablo
> Subject: Re: [dpdk-dev] [PATCH] examples/ip_pipeline: use crc32 in hash > functions for arm64 > > 04/07/2017 01:19, Dumitrescu, Cristian: > > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > > 18/05/2017 11:09, Jianbo Liu: > > > >

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

2017-07-03 Thread Thomas Monjalon
04/07/2017 01:19, Dumitrescu, Cristian: > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > 18/05/2017 11:09, Jianbo Liu: > > > Implement the same hash functions with crc32 on arm platform. > > > > > > Signed-off-by: Jianbo Liu > > > --- > > > examples/ip_pipeline/pipeline/hash_func.h

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

2017-07-03 Thread Dumitrescu, Cristian
dk-dev] [PATCH] examples/ip_pipeline: use crc32 in hash > functions for arm64 > > 18/05/2017 11:09, Jianbo Liu: > > Implement the same hash functions with crc32 on arm platform. > > > > Signed-off-by: Jianbo Liu > > --- > > examples/ip_pipeline/pipeli

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

2017-07-03 Thread Thomas Monjalon
18/05/2017 11:09, Jianbo Liu: > Implement the same hash functions with crc32 on arm platform. > > Signed-off-by: Jianbo Liu > --- > examples/ip_pipeline/pipeline/hash_func.h | 2 + > examples/ip_pipeline/pipeline/hash_func_arm64.h | 245 > > 2 files changed, 247

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

2017-05-18 Thread Jianbo Liu
Implement the same hash functions with crc32 on arm platform. Signed-off-by: Jianbo Liu --- 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_