Re: [RFC 08/32] net/intel: replace rte_smp_rmb
Bruce Richardson <[email protected]>
| Newsgroups | org.dpdk.dev |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Jul 29, 2026 at 10:54:01AM -0700, Stephen Hemminger wrote: > Replace deprecated rte_smp_rmb with equivalent > rte_atomic_thread_fence(rte_memory_order_acquire). > > Signed-off-by: Stephen Hemminger <[email protected]> > --- Acked-by: Bruce Richardson <[email protected]>