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 be added successfully. > > > > Fixes: b49c677a0d24 ("examples/vm_power: respect core mask") > > Cc: david.h...@intel.com > > Cc: sta...@dpdk.org > > > > Signed-off-by: Reshma Pattan <reshma.pat...@intel.com> > > Thanks, Reshma. > > The rte_lcore_index() call was incorrectly comparing virtual core_id > against the list of physical core_ids. > > Reviewed-by: David Hunt <david.h...@intel.com>
Applied, thanks