From: Honnappa Nagarahalli Date: Mon, 3 Feb 2020 19:49:12 +0000 (-0600) Subject: hash: fix lock-free flag doxygen X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=f3822eb6fb241bed1d92ad7749afa6b381810ec3;p=dpdk.git hash: fix lock-free flag doxygen 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 --- diff --git a/lib/librte_hash/rte_hash.h b/lib/librte_hash/rte_hash.h index 0637011731..ed0673b73b 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