[PATCH v2] power: fix a typo in the PM QoS guide
Thomas Monjalon
thomas at monjalon.net
Tue Nov 12 13:55:21 CET 2024
12/11/2024 09:35, Huisong Li:
> The typo in the guide is hard to understand. Necessary to fix it.
>
> Fixes: dd6fd75bf662 ("power: introduce PM QoS API on CPU wide")
>
> Signed-off-by: Huisong Li <lihuisong at huawei.com>
> ---
> --- a/doc/guides/prog_guide/power_man.rst
> +++ b/doc/guides/prog_guide/power_man.rst
> -Some services are latency sensitive and very except the low resume time,
> +Some services are latency sensitive and request a low resume time,
> like interrupt packet receiving mode.
[...]
> --- a/lib/power/rte_power_qos.h
> +++ b/lib/power/rte_power_qos.h
> * The deeper the idle state, the lower the power consumption, but the
> - * longer the resume time. Some service are delay sensitive and very except the
> + * longer the resume time. Some service are delay sensitive and request a
> * low resume time, like interrupt packet receiving mode.
Why not the same as above? "Some services are latency sensitive"
More information about the dev
mailing list