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 <lihuis...@huawei.com> --- doc/guides/prog_guide/power_man.rst | 2 +- lib/power/rte_power_qos.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/guides/prog_guide/power_man.rst b/doc/guides/prog_guide/power_man.rst index 22e6e4fe1d..74039e5786 100644 --- a/doc/guides/prog_guide/power_man.rst +++ b/doc/guides/prog_guide/power_man.rst @@ -118,7 +118,7 @@ based on this CPU resume latency in their idle task. The deeper the idle state, the lower the power consumption, but the longer the resume time. -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. Applications can set and get the CPU resume latency with diff --git a/lib/power/rte_power_qos.h b/lib/power/rte_power_qos.h index 7a8dab9272..05a3f51ae2 100644 --- a/lib/power/rte_power_qos.h +++ b/lib/power/rte_power_qos.h @@ -24,8 +24,8 @@ extern "C" { * https://www.kernel.org/doc/html/latest/admin-guide/abi-testing.html?highlight=pm_qos_resume_latency_us#abi-sys-devices-power-pm-qos-resume-latency-us * * 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 - * low resume time, like interrupt packet receiving mode. + * longer the resume time. Some services are latency sensitive and request + * a low resume time, like interrupt packet receiving mode. * * In these case, per-CPU PM QoS API can be used to control this CPU's idle * state selection and limit just enter the shallowest idle state to low the -- 2.22.0