On Fri, 12 Apr 2019 15:20:37 -0500
Honnappa Nagarahalli <[email protected]> wrote:

> Add RCU library supporting quiescent state based memory reclamation method.
> This library helps identify the quiescent state of the reader threads so
> that the writers can free the memory associated with the lock less data
> structures.
> 
> Signed-off-by: Honnappa Nagarahalli <[email protected]>
> Reviewed-by: Steve Capper <[email protected]>
> Reviewed-by: Gavin Hu <[email protected]>
> Reviewed-by: Ola Liljedahl <[email protected]>
> Acked-by: Konstantin Ananyev <[email protected]>

After evaluating long term API/ABI issues, I think you need to get rid
of almost all use of inline and visible structures. Yes it might be marginally
slower, but you thank me the first time you have to fix something.

Even the log macro should be private.

Reply via email to