Re: [dpdk-dev] [PATCH v1] examples/power: fix policy handling for fifo

2019-07-17 Thread Thomas Monjalon
16/07/2019 15:44, Burakov, Anatoly: > On 16-Jul-19 12:11 PM, David Hunt wrote: > > While the core frequency scale-up and scale down all works fine with the > > fifo-per-core functionaliry, there was a gap for policy handling. When > > creating or destroying a policy, the core associated with the fi

Re: [dpdk-dev] [PATCH v1] examples/power: fix policy handling for fifo

2019-07-16 Thread Burakov, Anatoly
On 16-Jul-19 12:11 PM, David Hunt wrote: While the core frequency scale-up and scale down all works fine with the fifo-per-core functionaliry, there was a gap for policy handling. When creating or destroying a policy, the core associated with the fifo needs to be automatically added to the core l

[dpdk-dev] [PATCH v1] examples/power: fix policy handling for fifo

2019-07-16 Thread David Hunt
While the core frequency scale-up and scale down all works fine with the fifo-per-core functionaliry, there was a gap for policy handling. When creating or destroying a policy, the core associated with the fifo needs to be automatically added to the core list, so the policy is associated with the c