Re: [dpdk-dev] [PATCH v2 3/4] examples/power: allow vms to use lcores over 63

2018-12-14 Thread Hunt, David
Hi Anatoly, On 14/12/2018 12:08 PM, Burakov, Anatoly wrote: On 14-Dec-18 11:49 AM, David Hunt wrote: Extending the functionality to allow vms to power manage cores beyond 63. Signed-off-by: David Hunt ---   examples/vm_power_manager/channel_manager.c | 74 +   examples/vm_

Re: [dpdk-dev] [PATCH v2 3/4] examples/power: allow vms to use lcores over 63

2018-12-14 Thread Burakov, Anatoly
On 14-Dec-18 11:49 AM, David Hunt wrote: Extending the functionality to allow vms to power manage cores beyond 63. Signed-off-by: David Hunt --- examples/vm_power_manager/channel_manager.c | 74 + examples/vm_power_manager/channel_manager.h | 30 ++--- examples/vm_po