Lock-free extendable table is supported. Correct the comments.
Fixes: f401363d984a ("hash: support lock-free extendable bucket")
Cc: [email protected]
Signed-off-by: Honnappa Nagarahalli <[email protected]>
---
lib/librte_hash/rte_hash.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/lib/librte_hash/rte_hash.h b/lib/librte_hash/rte_hash.h
index 063701173..ed0673b73 100644
--- a/lib/librte_hash/rte_hash.h
+++ b/lib/librte_hash/rte_hash.h
@@ -51,8 +51,6 @@ extern "C" {
/** Flag to support lock free reader writer concurrency. Both single writer
* and multi writer use cases are supported.
- * Currently, extendable bucket table feature is not supported with
- * this feature.
*/
#define RTE_HASH_EXTRA_FLAGS_RW_CONCURRENCY_LF 0x20
--
2.17.1