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

Thomas Monjalon thomas at monjalon.net
Wed May 5 23:41:46 CEST 2021


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.hunt at intel.com
> > Cc: stable at dpdk.org
> >
> > Signed-off-by: Reshma Pattan <reshma.pattan at 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.hunt at intel.com>

Applied, thanks





More information about the stable mailing list