Re: [dpdk-dev] [PATCH v1 2/4] examples/power: remove mask functions

2018-12-13 Thread Burakov, Anatoly
On 13-Dec-18 12:13 PM, Hunt, David wrote: Hi Anatoly, On 10/12/2018 12:30 PM, Burakov, Anatoly wrote: On 22-Nov-18 5:02 PM, David Hunt wrote: since we're moving to allowing greater than 64 cores, the mask functions that use uint64_t to perform functions on a masked set of cores are no longer f

Re: [dpdk-dev] [PATCH v1 2/4] examples/power: remove mask functions

2018-12-13 Thread Hunt, David
Hi Anatoly, On 10/12/2018 12:30 PM, Burakov, Anatoly wrote: On 22-Nov-18 5:02 PM, David Hunt wrote: since we're moving to allowing greater than 64 cores, the mask functions that use uint64_t to perform functions on a masked set of cores are no longer feasable, so removing them. Perhaps "neede

Re: [dpdk-dev] [PATCH v1 2/4] examples/power: remove mask functions

2018-12-10 Thread Burakov, Anatoly
On 22-Nov-18 5:02 PM, David Hunt wrote: since we're moving to allowing greater than 64 cores, the mask functions that use uint64_t to perform functions on a masked set of cores are no longer feasable, so removing them. Perhaps "needed" is a better word, rather than "feasible" :) Please correct

[dpdk-dev] [PATCH v1 2/4] examples/power: remove mask functions

2018-11-22 Thread David Hunt
since we're moving to allowing greater than 64 cores, the mask functions that use uint64_t to perform functions on a masked set of cores are no longer feasable, so removing them. Signed-off-by: David Hunt --- examples/vm_power_manager/channel_monitor.c | 24 examples/vm_power_manager/power