config: add option for atomic mbuf reference counting
authorKefu Chai <tchaikov@gmail.com>
Wed, 13 Oct 2021 20:54:18 +0000 (04:54 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 25 Oct 2021 15:53:30 +0000 (17:53 +0200)
commit93b2a8501cb358aea67865fa49a333067a2bf2d1
treecef4ad0d48c734afaa1e3d4f9ff2ca5698e88b57
parent59e5e8abab813a8252ebff80e794b152c672ba50
config: add option for atomic mbuf reference counting

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 <tchaikov@gmail.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
config/meson.build
config/rte_config.h
meson_options.txt