[dpdk-dev] [PATCH v1 1/1] power: fix multi-queue scale mode for pmd mgmt
Thomas Monjalon
thomas at monjalon.net
Thu Jul 22 21:28:57 CEST 2021
21/07/2021 16:39, David Hunt:
> On 21/7/2021 3:26 PM, Anatoly Burakov wrote:
> > Currently in scale mode, multi-queue initialization will attempt to
> > initialize and de-initialize the per-lcore power library structures
> > multiple times. Fix it to only do this whenever we either enabling
> > first queue or disabling last queue.
> >
> > Fixes: 5dff9a72b0ef ("power: support callbacks for multiple Rx queues")
> >
> > Signed-off-by: Anatoly Burakov <anatoly.burakov at intel.com>
>
> Fix looks good. Previous to this patch, was failing on adding second
> queue to a core, now with this patch, succeeds.
>
> Tested-by: David Hunt <david.hunt at intel.com>
Applied, thanks
More information about the dev
mailing list