31/05/2019 17:36, David Marchand: > This set of patches makes the lcore_config structure less visible > as part of the ABI. This version does not break the ABI (yet) > follow on patch moves lcore_config into eal_private.h > > Changelog since v4: > The only change is in patch 2: marked new apis as experimental. > > Changelog since v3: > I took the liberty of taking over Stephen series. > I rebased and did some adjustments following [1] cleanups. > As stated before, we will still need a deprecation notice when hiding > lcore_config but this series does not break API nor ABI. > > Changelog since v2: > - new patch to use unsigned int in lcore.h first > - incorporate feedback from David > - don't include last patch to make it private > (to avoid accidental early merge)
Applied, thanks