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.bura...@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.h...@intel.com>
Applied, thanks