Re: [dpdk-dev] [RFC 02/11] eal: add function to rerieve socket index by socket ID

2018-07-10 Thread Alejandro Lucero
On Fri, Jul 6, 2018 at 2:17 PM, Anatoly Burakov wrote: > We are preparing to switch to index heap based on heap indexes > rather than by NUMA nodes. First few indexes will be equal to > NUMA node ID indexes. For example, currently on a machine with > NUMA nodes [0, 8], heaps 0 and 8 will be activ

[dpdk-dev] [RFC 02/11] eal: add function to rerieve socket index by socket ID

2018-07-06 Thread Anatoly Burakov
We are preparing to switch to index heap based on heap indexes rather than by NUMA nodes. First few indexes will be equal to NUMA node ID indexes. For example, currently on a machine with NUMA nodes [0, 8], heaps 0 and 8 will be active, while we want to make it so that heaps 0 and 1 are active. How