Re: [PATCH v2 09/19] rcu: use rte optional stdatomic API

2023-10-26 Thread Tyler Retzlaff
; Ori Kam ; Pallavi Kadam > > ; Pavan Nikhilesh ; > > Reshma Pattan > > ; Sameh Gobriel ; Shijith > > Thotton > > ; Sivaprasad Tummala ; > > Stephen Hemminger > > ; Suanming Mou ; Sunil > > Kumar Kori > > ; tho...@monjalon.net; Via

RE: [PATCH v2 09/19] rcu: use rte optional stdatomic API

2023-10-25 Thread Ruifeng Wang
r Kori > ; tho...@monjalon.net; Viacheslav Ovsiienko > ; > Vladimir Medvedkin ; Yipeng Wang > ; > nd > Subject: Re: [PATCH v2 09/19] rcu: use rte optional stdatomic API > > On Wed, Oct 25, 2023 at 09:41:22AM +, Ruifeng Wang wrote: > > > -Original Message- >

Re: [PATCH v2 09/19] rcu: use rte optional stdatomic API

2023-10-25 Thread Tyler Retzlaff
; Pavan > > Nikhilesh > > ; Reshma Pattan ; Sameh > > Gobriel > > ; Shijith Thotton ; > > Sivaprasad Tummala > > ; Stephen Hemminger > > ; Suanming Mou > > ; Sunil Kumar Kori ; > > tho...@monjalon.net; > > Viacheslav Ovsiienko ; Vladimir Medvedk

RE: [PATCH v2 09/19] rcu: use rte optional stdatomic API

2023-10-25 Thread Ruifeng Wang
> tho...@monjalon.net; > Viacheslav Ovsiienko ; Vladimir Medvedkin > ; Yipeng Wang ; Tyler > Retzlaff > > Subject: [PATCH v2 09/19] rcu: use rte optional stdatomic API > > Replace the use of gcc builtin __atomic_xxx intrinsics with corresponding > rte_atomic_xxx > optional s

[PATCH v2 09/19] rcu: use rte optional stdatomic API

2023-10-17 Thread Tyler Retzlaff
Replace the use of gcc builtin __atomic_xxx intrinsics with corresponding rte_atomic_xxx optional stdatomic API Signed-off-by: Tyler Retzlaff --- lib/rcu/rte_rcu_qsbr.c | 48 +-- lib/rcu/rte_rcu_qsbr.h | 68 +- 2 fil