[dpdk-dev] [PATCH v1 0/3] Improvements over rte hash and tests

Yipeng Wang yipeng1.wang at intel.com
Wed Oct 10 23:48:02 CEST 2018


This patch set depends on another rte hash patch set:
http://patchwork.dpdk.org/cover/46106/

This patch set includes three commits to improve rte_hash
and its unit tests.

1. Remove unnecessary pause code in rte_reset function.
2 and 3. Improve the unit test.

Signed-off-by: Yipeng Wang <yipeng1.wang at intel.com>

Yipeng Wang (3):
  hash: fix unnecessary pause
  test/hash: change multiwriter test to use jhash
  test/hash: add readwrite test for ext table

 lib/librte_hash/rte_cuckoo_hash.c |  6 ++--
 test/test/test_hash_multiwriter.c | 15 ++++++---
 test/test/test_hash_readwrite.c   | 70 ++++++++++++++++++++++++++++++++-------
 3 files changed, 71 insertions(+), 20 deletions(-)

-- 
2.7.4



More information about the dev mailing list