[dpdk-dev] [PATCH v5 0/2] hash: add lock free support for ext bkt
Dharmik Thakkar
dharmik.thakkar at arm.com
Tue Apr 2 21:44:53 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
---
v5:
* Resolve devtools/test-meson-builds.sh error (Thomas).
v4:
* Add Acked-by tag.
v3:
* Update lib/librte_hash/rte_cuckoo_hash.c (Yipeng).
* Add Acked-by tag.
v2:
* Update doc (Yipeng).
* Update lib/librte_hash/rte_cuckoo_hash.c (Yipeng).
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 | 352 +++++++++++++++++++++++------
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, 402 insertions(+), 120 deletions(-)
--
2.17.1
More information about the dev
mailing list