This is a compile tested only set of patches to make the current lcore_config structure internal to EAL.
The first 4 would go into current release, and the last would go into later release to make it fully internal. Stephen Hemminger (5): eal: add accessor functions for lcore_config bus: use lcore accessor functions examples/bond: use lcore accessor app/test: use lcore accessor functions eal: make lcore_config private app/test/test_cryptodev.c | 2 +- app/test/test_hash_readwrite_lf.c | 12 ++-- app/test/test_ring_perf.c | 22 +++--- doc/guides/rel_notes/release_19_05.rst | 7 ++ drivers/bus/dpaa/dpaa_bus.c | 6 +- drivers/bus/fslmc/portal/dpaa2_hw_dpio.c | 4 +- examples/bond/main.c | 4 +- lib/librte_eal/common/eal_common_launch.c | 2 + lib/librte_eal/common/eal_common_lcore.c | 46 +++++++++++++ lib/librte_eal/common/eal_private.h | 22 ++++++ lib/librte_eal/common/include/rte_lcore.h | 81 ++++++++++++----------- lib/librte_eal/common/rte_service.c | 2 + lib/librte_eal/rte_eal_version.map | 1 - 13 files changed, 150 insertions(+), 61 deletions(-) -- 2.17.1