> -----Original Message-----
> From: dev <[email protected]> On Behalf Of Honnappa Nagarahalli
> Sent: Friday, April 26, 2019 10:10 AM
> To: [email protected]; [email protected];
> [email protected]; [email protected]; [email protected]
> Cc: [email protected]; [email protected];
> [email protected]; [email protected]
> Subject: [dpdk-dev] [PATCH v8 1/4] rcu: add RCU library supporting QSBR
> mechanism
> 
> 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]>
> Acked-by: Paul E. McKenney <[email protected]>

Tested using UT on a armv8.2 24 cores machine(octeontx2)

Tested-by: Jerin Jacob <[email protected]>

Reply via email to