[dpdk-dev] [PATCH v2 0/2] hash: add lock free support for ext bkt
    Dharmik Thakkar 
    dharmik.thakkar at arm.com
       
    Mon Mar 25 22:08:36 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 |   6 +-
 lib/librte_hash/rte_cuckoo_hash.c  | 160 ++++++++-----
 lib/librte_hash/rte_cuckoo_hash.h  |   7 +
 4 files changed, 404 insertions(+), 119 deletions(-)
-- 
2.17.1
    
    
More information about the dev
mailing list