Re: [PATCH v3 2/2] examples/l3fwd-power: add PM QoS configuration

2024-06-19 Thread lihuisong (C)
在 2024/6/19 22:54, Stephen Hemminger 写道: On Wed, 19 Jun 2024 14:31:44 +0800 Huisong Li wrote: + /* +* Set the work CPU with strict latency limit to allow the +* process running on the CPU can only enter the shallowest +* idle stat

[PATCH v3 2/2] examples/l3fwd-power: add PM QoS configuration

2024-06-18 Thread Huisong Li
Add PM QoS configuration to declease the delay after sleep in case of entering deeper idle state. Signed-off-by: Huisong Li --- examples/l3fwd-power/main.c | 29 + 1 file changed, 29 insertions(+) diff --git a/examples/l3fwd-power/main.c b/examples/l3fwd-power/main.c