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

2019-05-02 Thread Stephen Hemminger
On Wed, 10 Apr 2019 10:15:58 -0700 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 > > The changes in v2 is to: > - new patch to

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

2019-04-10 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 The changes in v2 is to: - new patch to use unsigned int in lcore.h first - incorporate feedback from David - do