> > 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 new > > submissions. > > > > v2: > > * change series to use rte_atomic_thread_fence instead of > > __rte_atomic_thread_fence (internal) > > * also change __atomic_thread_fence in lib/lpm > > > > Tyler Retzlaff (6): > > distributor: use rte atomic thread fence > > eal: use rte atomic thread fence > > hash: use rte atomic thread fence > > ring: use rte atomic thread fence > > stack: use rte atomic thread fence > > lpm: use rte atomic thread fence > > Series-acked-by: Chengwen Feng <fengcheng...@huawei.com>
Acked-by: Thomas Monjalon <tho...@monjalon.net> Squashed and applied, thanks.