Re: [dpdk-dev] [PATCH v2 3/3] power: do not skip saving original pstate governor

2021-03-30 Thread Burakov, Anatoly
On 30-Mar-21 3:25 PM, Anatoly Burakov wrote: Currently, when we set the pstate governor to "performance", we check if it is already set to this value, and if it is, we skip setting it. However, we never save this value anywhere, so that next time we come back and request the governor to be set t

[dpdk-dev] [PATCH v2 3/3] power: do not skip saving original pstate governor

2021-03-30 Thread Anatoly Burakov
Currently, when we set the pstate governor to "performance", we check if it is already set to this value, and if it is, we skip setting it. However, we never save this value anywhere, so that next time we come back and request the governor to be set to its original value, the original value is emp