[lng-odp] [PATCH 4/5] Add four byte key hash table

2015-09-27 Thread rujiacs
Four byte key(fbk) hash table is a part of hash library, and migrated from DPDK. Replacing DPDK's memory management with ODP's shared memory management, remove the dependence on DKDP lib. Signed-off-by: rujiacs --- helper/hash_fbk.c| 182 helper/include/odp/h

Re: [lng-odp] [PATCH 4/5] Add four byte key hash table

2015-10-08 Thread Ola Liljedahl
On 27 September 2015 at 16:24, rujiacs wrote: > Four byte key(fbk) hash table is a part of hash library, and migrated > from DPDK. Replacing DPDK's memory management with ODP's shared memory > management, remove the dependence on DKDP lib. > > Signed-off-by: rujiacs > --- > helper/hash_fbk.c

Re: [lng-odp] [PATCH 4/5] Add four byte key hash table

2015-10-08 Thread HePeng
Thank you for the reviewing, will check for it and re-submit the patch in a v2. > 在 2015年10月8日,下午8:43,Ola Liljedahl 写道: > > On 27 September 2015 at 16:24, rujiacs > wrote: > Four byte key(fbk) hash table is a part of hash library, and migrated > from DPDK. Replacing DP