14/10/2021 10:20, Bruce Richardson: > On Thu, Oct 14, 2021 at 04:54:18AM +0800, Kefu Chai wrote: > > RTE_MBUF_REFCNT_ATOMIC = 0 is not necessary for applications like > > Seastar, where it's safe to assume that the mbuf refcnt is only > > updated by a single core only. > > > > Signed-off-by: Kefu Chai <tchai...@gmail.com> > > --- > > For this, I think it's a setting that needs to be a global one for DPDK, so > I'm ok with adding it as a meson option. > > Acked-by: Bruce Richardson <bruce.richard...@intel.com>
Changed the option name to "mbuf_refcnt_atomic" to match the flag. Applied, thanks.