hash: fix lock-free flag doxygen
authorHonnappa Nagarahalli <honnappa.nagarahalli@arm.com>
Mon, 3 Feb 2020 19:49:12 +0000 (13:49 -0600)
committerDavid Marchand <david.marchand@redhat.com>
Wed, 5 Feb 2020 18:42:24 +0000 (19:42 +0100)
Lock-free extendable table is supported. Correct the comments.

Fixes: f401363d984a ("hash: support lock-free extendable bucket")
Cc: stable@dpdk.org
Signed-off-by: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
lib/librte_hash/rte_hash.h

index 0637011..ed0673b 100644 (file)
@@ -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