[PATCH v2 0/6] use rte atomic thread fence
Thomas Monjalon
thomas at monjalon.net
Sun Feb 18 13:18:03 CET 2024
> > 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 <fengchengwen at huawei.com>
Acked-by: Thomas Monjalon <thomas at monjalon.net>
Squashed and applied, thanks.
More information about the dev
mailing list