Re: [dpdk-dev] [PATCH v3 0/4] examples/power: allow use of more than 64 cores

2018-12-19 Thread Thomas Monjalon
14/12/2018 14:37, Burakov, Anatoly: > On 14-Dec-18 1:31 PM, David Hunt wrote: > > First of all we convert all the relevant uint64_t's to char arrays. Then > > we remove the unneeded mask functions that were limited to 64 cores. Also > > extend the guest functionality and finally rause the number of

Re: [dpdk-dev] [PATCH v3 0/4] examples/power: allow use of more than 64 cores

2018-12-14 Thread Burakov, Anatoly
On 14-Dec-18 1:31 PM, David Hunt wrote: First of all we convert all the relevant uint64_t's to char arrays. Then we remove the unneeded mask functions that were limited to 64 cores. Also extend the guest functionality and finally rause the number of supported cores to something more sensible, i.e

[dpdk-dev] [PATCH v3 0/4] examples/power: allow use of more than 64 cores

2018-12-14 Thread David Hunt
First of all we convert all the relevant uint64_t's to char arrays. Then we remove the unneeded mask functions that were limited to 64 cores. Also extend the guest functionality and finally rause the number of supported cores to something more sensible, i.e. 256. v2 changes: * Updates out of Rev