Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
* [lttng-dev] RCU Question
@ 2016-04-29 19:07 siddharth teotia
  2016-04-29 19:10 ` siddharth teotia
  0 siblings, 1 reply; 2+ messages in thread
From: siddharth teotia @ 2016-04-29 19:07 UTC (permalink / raw)


Hi Guys,

I recently started exploring RCU to build a lock free hash table. I have
read quite a bit of literature from LWN on RCU, its usage, API etc. I have
the following question for which I have had mixed answers online:

Does the user space implementation of RCU liburcu take care of preemptive
v/s non-preemptive flavors of RCU. From what I understand RCU can be
broadly divided into:

1. Classic RCU - High Performance but suitable for non-preemptive
environments.
2. Preemptible RCU - Permits the reader to block on a resource or the read
side critical sections to be preempted. But still does not allow any kind
of sleep(). Moreover there seems to be some sort of limitation on the
nature of blocking that can happen within RCU read side critical section.
3. Sleepable RCU - Seems to me an augmentation of preemptible RCU.

The paper that describes the user space implementation of RCU suggests 4
different flavors -- QSBR, Memory Barrier based, Bullet Proof, and Signal
based.

I don't think so in my application I can afford to not have the readers
block or even sleep. If the reader wants to take some orthogonal lock/latch
on an entirely different resource, it might end waiting for it.

And because
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.lttng.org/pipermail/lttng-dev/attachments/20160429/fb7a7c27/attachment.html>


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

end of thread, other threads:[~2016-04-29 19:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-29 19:07 [lttng-dev] RCU Question siddharth teotia
2016-04-29 19:10 ` siddharth teotia

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox