Re: [PATCH v2 0/6] use rte atomic thread fence

2024-02-18 Thread Thomas Monjalon
> > Replace use of __atomic_thread_fence with rte_atomic_thread_fence. > > > > Notes: > > > > The rest of lib/lpm will be converted to rte_atomic in a separate > > series (to be submitted soon). > > > > There are existing checkpatches checks that catch use of both > > __atomic_thread_fen

Re: [PATCH v2 0/6] use rte atomic thread fence

2024-02-17 Thread fengchengwen
Series-acked-by: Chengwen Feng On 2024/2/15 14:50, Tyler Retzlaff wrote: > Replace use of __atomic_thread_fence with rte_atomic_thread_fence. > > Notes: > > The rest of lib/lpm will be converted to rte_atomic in a separate > series (to be submitted soon). > > There are existing checkpatc

[PATCH v2 0/6] use rte atomic thread fence

2024-02-14 Thread Tyler Retzlaff
Replace use of __atomic_thread_fence with rte_atomic_thread_fence. Notes: The rest of lib/lpm will be converted to rte_atomic in a separate series (to be submitted soon). There are existing checkpatches checks that catch use of both __atomic_thread_fence and __rte_atomic_thread_fence in