Re: [dpdk-dev] [PATCH v2 6/7] test/hash: implement extendable bucket hash test

2018-09-28 Thread Wang, Yipeng1
>-Original Message- >From: Honnappa Nagarahalli [mailto:honnappa.nagaraha...@arm.com] >Sent: Wednesday, September 26, 2018 9:24 PM >To: Wang, Yipeng1 ; Richardson, Bruce > >Cc: dev@dpdk.org; mic...@digirati.com.br >Subject: RE: [PATCH v2 6/7] test/hash: implement extendable bucket hash

Re: [dpdk-dev] [PATCH v2 6/7] test/hash: implement extendable bucket hash test

2018-09-26 Thread Honnappa Nagarahalli
> -Original Message- > From: Yipeng Wang > Sent: Friday, September 21, 2018 12:18 PM > To: bruce.richard...@intel.com > Cc: dev@dpdk.org; yipeng1.w...@intel.com; mic...@digirati.com.br; > Honnappa Nagarahalli > Subject: [PATCH v2 6/7] test/hash: implement extendable bucket hash test >

[dpdk-dev] [PATCH v2 6/7] test/hash: implement extendable bucket hash test

2018-09-21 Thread Yipeng Wang
This commit changes the current rte_hash unit test to test the extendable table feature and performance. Signed-off-by: Yipeng Wang --- test/test/test_hash.c | 151 +++-- test/test/test_hash_perf.c | 114 +- 2 files cha