Re: [dpdk-dev] [PATCH v3 0/5] prepare to make lcore_config not visible in ABI

2019-05-06 Thread David Marchand
On Fri, May 3, 2019 at 7:25 PM Stephen Hemminger wrote: > 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 > > Changes for v3 (based on David's feedback): >

[dpdk-dev] [PATCH v3 0/5] prepare to make lcore_config not visible in ABI

2019-05-03 Thread Stephen Hemminger
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 Changes for v3 (based on David's feedback): - rte_lcore_index should not be experimental - eal map should chain