[dpdk-dev] [PATCH v2 5/5] hash: correct lock free extendable table	support
    Honnappa Nagarahalli 
    honnappa.nagarahalli at arm.com
       
    Mon Feb  3 20:49:12 CET 2020
    
    
  
Lock-free extendable table is supported. Correct the comments.
Fixes: f401363d984a ("hash: support lock-free extendable bucket")
Cc: stable at dpdk.org
Signed-off-by: Honnappa Nagarahalli <honnappa.nagarahalli at arm.com>
---
 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
    
    
More information about the dev
mailing list