<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
<style type="text/css">.style1 {font-family: "Times New Roman";}</style></head><body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>The documentation for the lock-free hash table does not mention anything about synchronizing updaters (e.g., with a lock):</p>
<p><br>
</p>
<p><a href="https://lwn.net/Articles/573431/" class="OWAAutoLink" id="LPlnk860374" previewremoved="true">https://lwn.net/Articles/573431/</a></p>
<p><a href="https://lwn.net/Articles/573431/" class="OWAAutoLink" id="LPlnk860374" previewremoved="true"></a><a href="https://lwn.net/Articles/573432/" class="OWAAutoLink" id="LPlnk417850" previewremoved="true">https://lwn.net/Articles/573432/</a><br>
</p>
<p><br>
</p>
<p>The source for rculfhash (== cds_lfht?) also mentions in the comments that add and remove are lock free:<br>
</p>
<p><br>
</p>
<p><a href="https://github.com/urcu/userspace-rcu/blob/master/src/rculfhash.c" class="OWAAutoLink" id="LPlnk562362" previewremoved="true">https://github.com/urcu/userspace-rcu/blob/master/src/rculfhash.c</a><br>
</p>
<p><br>
</p>
<p>Is it safe to assume that cds_lfht_add, cds_lfht_add_unique, and so on, *only* require a surrounding rcu read lock/unlock?</p>
<p><br>
</p>
<p>"lock free" is part of the name, so I would assume the answer is "yes".<br>
</p>
<p><br>
</p>
<p>Thank you.<br>
</p>
</div>

<br /><br /><p style="font-family: Verdana; font-size:10pt; color:#666666;"><b>Disclaimer</b></p><p style="font-family: Verdana; font-size:8pt; color:#666666;">The information contained in this communication from the sender is confidential. It is intended solely for use by the recipient and others authorized to receive it. If you are not the recipient, you are hereby notified that any disclosure, copying, distribution or taking action in relation of the contents of this information is strictly prohibited and may be unlawful.<br /></p></body></html>