Re: [dpdk-dev] [PATCH v4 0/5] make lcore_config internal

2019-05-23 Thread Stephen Hemminger
On Thu, 23 May 2019 15:58:56 +0200 David Marchand 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 > > Changelog since v3: > I took the liberty of ta

[dpdk-dev] [PATCH v4 0/5] make lcore_config internal

2019-05-23 Thread 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 v3: I took the liberty of taking over Stephen series. I rebased and did some adjustments following