DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc/rel-notes: lock-free RW concurrency in hash
@ 2018-10-24  4:49 Honnappa Nagarahalli
  2018-10-26 10:55 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Honnappa Nagarahalli @ 2018-10-24  4:49 UTC (permalink / raw)
  To: bruce.richardson, pablo.de.lara.guarch
  Cc: dev, yipeng1.wang, honnappa.nagarahalli, gavin.hu, dharmik.thakkar, nd

Add lock-free reader/writer concurrency capability in rte_hash library
to release notes.

Signed-off-by: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
Reviewed-by: Gavin Hu <gavin.hu@arm.com>
---
 doc/guides/rel_notes/release_18_11.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/guides/rel_notes/release_18_11.rst b/doc/guides/rel_notes/release_18_11.rst
index 04f3745..2b3f23d 100644
--- a/doc/guides/rel_notes/release_18_11.rst
+++ b/doc/guides/rel_notes/release_18_11.rst
@@ -198,6 +198,11 @@ New Features
   this application doesn't need to launch dedicated worker threads for vhost
   enqueue/dequeue operations.
 
+* **Add lock free reader/writer concurrency to hash library (rte_hash)**
+
+  Lock free reader/writer concurrency prevents the readers from getting
+  blocked due to a pre-empted writer thread. This allows the hash library
+  to be used in scenarios where the writer thread runs on control plane.
 
 API Changes
 -----------
-- 
2.7.4

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] [PATCH] doc/rel-notes: lock-free RW concurrency in hash
  2018-10-24  4:49 [dpdk-dev] [PATCH] doc/rel-notes: lock-free RW concurrency in hash Honnappa Nagarahalli
@ 2018-10-26 10:55 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2018-10-26 10:55 UTC (permalink / raw)
  To: Honnappa Nagarahalli
  Cc: dev, bruce.richardson, pablo.de.lara.guarch, yipeng1.wang,
	gavin.hu, dharmik.thakkar, nd

24/10/2018 06:49, Honnappa Nagarahalli:
> Add lock-free reader/writer concurrency capability in rte_hash library
> to release notes.
> 
> Signed-off-by: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
> Reviewed-by: Gavin Hu <gavin.hu@arm.com>

Squashed in related patch

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-10-26 10:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-24  4:49 [dpdk-dev] [PATCH] doc/rel-notes: lock-free RW concurrency in hash Honnappa Nagarahalli
2018-10-26 10:55 ` Thomas Monjalon

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