Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
From: mathieu.desnoyers@efficios.com (Mathieu Desnoyers)
Subject: [lttng-dev] New article about Userspace RCU on LWN
Date: Tue, 19 Nov 2013 14:55:44 +0000 (UTC)	[thread overview]
Message-ID: <68750827.70735.1384872944475.JavaMail.zimbra@efficios.com> (raw)
In-Reply-To: <528B265F.1000500@free.fr>

----- Original Message -----
> From: "Duncan Sands" <baldrick@free.fr>
> To: lttng-dev at lists.lttng.org
> Sent: Tuesday, November 19, 2013 3:50:39 AM
> Subject: Re: [lttng-dev] New article about Userspace RCU on LWN
> 
> Hi Mathieu, nice articles, now I can point my co-workers at it when they ask
> me
> what this RCU stuff is all about :)  I noticed that the article
>   http://lwn.net/Articles/573431/
> says
> 
> "The hash table can then be allocated:
> 
>      ht = cds_lfht_new(1, 1, 0, CDS_LFHT_AUTO_RESIZE, NULL);
>   The first 1 specifies the initial number of hash buckets in the table, the
>   second 1 specifies the minimum number of hash buckets, and the 0 specifies
>   the
>   maximum number of hash buckets. All three quantities must be powers of two,
>   except for the special case of 0 for the third argument, which specifies an
>   unlimited maximum number of hash buckets."
> 
> However the rculfhash.h header doesn't say that the third argument can be
> zero.
> All it says is:
> 
>   * @max_nr_buckets: the maximum number of hash table buckets allowed.
>   *                  (must be power of two)

Hi Duncan,

I'm glad you like the paper! Indeed, this info was missing from the source code. I just pushed a commit that fixes things up.

Thanks!

Mathieu

> 
> Best wishes, Duncan.
> 
> On 18/11/13 17:20, Mathieu Desnoyers wrote:
> > Hi,
> >
> > Paul McKenney, Lai Jianshan, Josh Triplett and myself just published a
> > series of articles on Userspace RCU on Linux Weekly News. You can find the
> > top-level article at this URL:
> >
> > https://lwn.net/Articles/573424/
> >
> > Those articles introduce the Userspace RCU library, explaining how to use
> > RCU and the data structures it contains. Access to those articles is
> > restricted to LWN subscribers for a week after publication, and should be
> > freely available afterward.
> >
> > Feedback is welcome!
> >
> > Thanks,
> >
> > Mathieu
> >
> 
> 
> _______________________________________________
> lttng-dev mailing list
> lttng-dev at lists.lttng.org
> http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
> 

-- 
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com



      reply	other threads:[~2013-11-19 14:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1461373672.70240.1384791399260.JavaMail.zimbra@efficios.com>
2013-11-18 16:20 ` Mathieu Desnoyers
2013-11-19  8:50   ` Duncan Sands
2013-11-19 14:55     ` Mathieu Desnoyers [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=68750827.70735.1384872944475.JavaMail.zimbra@efficios.com \
    --to=mathieu.desnoyers@efficios.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox