Re: [dpdk-dev] [PATCH v1 4/4] examples/power: increase MAX_CPUS to 256

2018-12-10 Thread Burakov, Anatoly
On 22-Nov-18 5:02 PM, David Hunt wrote: Increase the number of addressable cores from 64 to 256. Also remove the warning that incresing this number beyond 64 will cause problems (because of the previous use of uint64_t masks). Now this number can be increased significantly without causing problem

[dpdk-dev] [PATCH v1 4/4] examples/power: increase MAX_CPUS to 256

2018-11-22 Thread David Hunt
Increase the number of addressable cores from 64 to 256. Also remove the warning that incresing this number beyond 64 will cause problems (because of the previous use of uint64_t masks). Now this number can be increased significantly without causing problems. Signed-off-by: David Hunt --- exampl