28/04/2021 17:41, Pattan, Reshma:
>
> > -Original Message-
> > From: dev On Behalf Of Anatoly Burakov
> > + /* Save the original governor */
> > + rte_strscpy(pi->governor_ori, buf, sizeof(pi->governor_ori));
> > +
>
> Acked-by: Reshma Pattan
Applied, thanks
> -Original Message-
> From: dev On Behalf Of Anatoly Burakov
> + /* Save the original governor */
> + rte_strscpy(pi->governor_ori, buf, sizeof(pi->governor_ori));
> +
Acked-by: Reshma Pattan
Currently, when we set the acpi governor to "userspace", 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 empty.
3 matches
Mail list logo