[dpdk-dev] [PATCH 0/2] hash: add lock free support for ext bkt

Dharmik Thakkar dharmik.thakkar at arm.com
Wed Mar 20 23:35:11 CET 2019


This patch series:
- Enables lock-free read-write concurrency support for extendable
bucket feature.
- Adds lock-free read-write concurrency tests for ext bkt 

Dharmik Thakkar (2):
  hash: add lock free support for extendable bucket
  test/hash: lock-free rw concurrency test ext bkt

 app/test/test_hash_readwrite_lf.c  | 350 +++++++++++++++++++++++------
 doc/guides/prog_guide/hash_lib.rst |   3 +-
 lib/librte_hash/rte_cuckoo_hash.c  | 163 +++++++++-----
 lib/librte_hash/rte_cuckoo_hash.h  |   7 +
 4 files changed, 405 insertions(+), 118 deletions(-)

-- 
2.17.1



More information about the dev mailing list