Re: [dpdk-dev] [PATCH v4 3/4] test/hash: implement extendable bucket hash test

2018-10-01 Thread Honnappa Nagarahalli
> -Original Message- > From: Yipeng Wang > Sent: Friday, September 28, 2018 12:24 PM > To: bruce.richard...@intel.com > Cc: konstantin.anan...@intel.com; dev@dpdk.org; yipeng1.w...@intel.com; > Honnappa Nagarahalli ; > sameh.gobr...@intel.com > Subject: [PATCH v4 3/4] test/hash: impleme

[dpdk-dev] [PATCH v4 3/4] test/hash: implement extendable bucket hash test

2018-09-28 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 | 159 +++-- test/test/test_hash_perf.c | 114 +++- 2 files chang