> From: Stephen Hemminger [mailto:[email protected]] > Sent: Thursday, 6 August 2026 05.23 > > The rte_atomicNN_* family was flagged for deprecation in 2021 by > commit 3ec965b6de12 ("doc: update atomic operation deprecation") > but removal had stalled and usage contined to grow. > > This series finishes converting every remaining in-tree caller to > the C11-style rte_atomic_*_explicit() / RTE_ATOMIC() API, then > removes the legacy functions. The deprecation has been out there > long enough so not a big surprise to users. >
Series-acked-by: Morten Brørup <[email protected]>

