All of lore.kernel.org
 help / color / mirror / Atom feed
From: Olivier Dion via lttng-dev <lttng-dev@lists.lttng.org>
To: lttng-dev <lttng-dev@lists.lttng.org>
Cc: "Paul E . McKenney" <paulmck@kernel.org>
Subject: Re: [lttng-dev] [RFC] Deprecating RCU signal flavor
Date: Mon, 14 Aug 2023 17:05:05 -0400	[thread overview]
Message-ID: <87jztxjpxa.fsf@laura> (raw)
In-Reply-To: <87v8gzuc3g.fsf@laura>


After discussing it with Mathieu, we agree on the following 3 phases for
deprecating the signal flavor:

 1) liburcu-signal will be implemented in term of liburcu-mb. The only
 difference between the two flavors will be the public header files,
 linked symbols and library name.  Note that this add a regression in
 term of performance, since the implementation of liburcu-mb adds memory
 barriers on the reader side which are not present in the original
 liburcu-signal implementation.

 2) Adding the deprecated attribute to every public functions exposed by
 the liburcu-signal flavor.  At this point, tests for liburcu-signal
 will also be removed from the project.  There will be no more support
 for this flavor.

 3) Removing the liburcu-signal flavor completely from the project.

Finally, here is a tentative versions release of mine for each phase:

 1) 0.15.0 [October 2023] (also TSAN support yay!)

 2) 0.15.1

 3) 0.16.0 || 1.0.0 (maybe a major bump since this is an API breaking
 change)

-- 
Olivier Dion
EfficiOS Inc.
https://www.efficios.com
_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

  parent reply	other threads:[~2023-08-14 21:05 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-10 21:10 [lttng-dev] [RFC] Deprecating RCU signal flavor Olivier Dion via lttng-dev
2023-05-11  6:57 ` Duncan Sands via lttng-dev
2023-05-16 12:16 ` Paul E. McKenney via lttng-dev
2023-05-16 13:11 ` Ondřej Surý via lttng-dev
2023-08-14 21:05 ` Olivier Dion via lttng-dev [this message]
2023-08-15 12:38   ` Mathieu Desnoyers via lttng-dev
2023-08-21 15:43     ` Mathieu Desnoyers via lttng-dev
2023-08-23 14:47       ` Paul E. McKenney via lttng-dev
2023-08-23 14:52         ` Mathieu Desnoyers via lttng-dev

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=87jztxjpxa.fsf@laura \
    --to=lttng-dev@lists.lttng.org \
    --cc=odion@efficios.com \
    --cc=paulmck@kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.