Re: [dpdk-dev] EAL lcore config

2019-04-03 Thread Burakov, Anatoly
On 03-Apr-19 4:04 AM, Stephen Hemminger wrote: Currently the DPDK Environment Abstraction Layer has its guts on the floor ;-) The data structure for lcore config is a holey mess and changing it would break the ABI. I propose that for 19.05 we introduce accessor functions and change all internal

[dpdk-dev] EAL lcore config

2019-04-02 Thread Stephen Hemminger
Currently the DPDK Environment Abstraction Layer has its guts on the floor ;-) The data structure for lcore config is a holey mess and changing it would break the ABI. I propose that for 19.05 we introduce accessor functions and change all internal (out side of eal directory) to use those. And add