> -----Original Message-----
> From: dev <[email protected]> On Behalf Of Honnappa Nagarahalli
> Sent: Friday, April 26, 2019 12:40
> To: [email protected]; [email protected];
> [email protected]; [email protected]; [email protected]
> Cc: Honnappa Nagarahalli <[email protected]>; Gavin Hu (Arm
> Technology China) <[email protected]>; Dharmik Thakkar
> <[email protected]>; Malvika Gupta <[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]>
> ---

Compiled DPDK as both static library and shared library.
Ran UT on ARMv8 LS2088a DPAA2 platform, 3 to 8 cores were used, tests passed.

Tested-by: Ruifeng Wang <[email protected]>

Reply via email to