Re: [dpdk-dev] [PATCH] examples/vm_power_manager: remove vm channel number check

2021-05-05 Thread Thomas Monjalon
23/04/2021 10:56, David Hunt: > > On 21/4/2021 11:45 AM, Reshma Pattan wrote: > > VM channel number should not be validated against the > > host vm_power_manager coremask core indexes, as VM > > cores need not to be same as host cores. > > So remove this check, to allow all the vm channels > > to

Re: [dpdk-dev] [PATCH] examples/vm_power_manager: remove vm channel number check

2021-04-23 Thread David Hunt
On 21/4/2021 11:45 AM, Reshma Pattan wrote: VM channel number should not be validated against the host vm_power_manager coremask core indexes, as VM cores need not to be same as host cores. So remove this check, to allow all the vm channels to be added successfully. Fixes: b49c677a0d24 ("examp

[dpdk-dev] [PATCH] examples/vm_power_manager: remove vm channel number check

2021-04-21 Thread Reshma Pattan
VM channel number should not be validated against the host vm_power_manager coremask core indexes, as VM cores need not to be same as host cores. So remove this check, to allow all the vm channels to be added successfully. Fixes: b49c677a0d24 ("examples/vm_power: respect core mask") Cc: david.h...