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

Dharmik Thakkar dharmik.thakkar at arm.com
Tue Apr 2 01:08:28 CEST 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 |   6 +-
 lib/librte_hash/rte_cuckoo_hash.c  | 157 ++++++++-----
 lib/librte_hash/rte_cuckoo_hash.h  |   7 +
 4 files changed, 401 insertions(+), 119 deletions(-)

-- 
2.17.1



More information about the dev mailing list