patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] [PATCH v2 5/5] hash: correct lock free extendable table support
       [not found] ` <20200203194912.4669-1-honnappa.nagarahalli@arm.com>
@ 2020-02-03 19:49   ` Honnappa Nagarahalli
  0 siblings, 0 replies; only message in thread
From: Honnappa Nagarahalli @ 2020-02-03 19:49 UTC (permalink / raw)
  To: agupta3, yipeng1.wang, sameh.gobriel, honnappa.nagarahalli
  Cc: thomas, david.marchand, dev, nd, stable

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 | 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-02-03 19:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1567748973-24192-1-git-send-email-agupta3@marvell.com>
     [not found] ` <20200203194912.4669-1-honnappa.nagarahalli@arm.com>
2020-02-03 19:49   ` [dpdk-stable] [PATCH v2 5/5] hash: correct lock free extendable table support Honnappa Nagarahalli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).