On Wed, 29 May 2019 17:30:47 +0100 Anatoly Burakov <anatoly.bura...@intel.com> wrote:
> +rte_eal_mcfg_mem_read_lock(void) > +{ > + struct rte_mem_config *mcfg = rte_eal_get_configuration()->mem_config; > + rte_rwlock_read_lock(&mcfg->memory_hotplug_lock); > +} > + We should also make eal configuration private but that is another battle.