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

2018-12-13 Thread Hunt, David
Hi Anatoly, On 10/12/2018 1:06 PM, Burakov, Anatoly wrote: On 22-Nov-18 5:02 PM, 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 | 59 -   examples/vm_po

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

2018-12-10 Thread Burakov, Anatoly
On 22-Nov-18 5:02 PM, 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 | 59 - examples/vm_power_manager/channel_manager.h | 30 ++- examples/vm_p

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

2018-11-22 Thread David Hunt
Extending the functionality to allow vms to power manage cores beyond 63. Signed-off-by: David Hunt --- examples/vm_power_manager/channel_manager.c | 59 - examples/vm_power_manager/channel_manager.h | 30 ++- examples/vm_power_manager/channel_monitor.c | 56 +++--