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

2024-10-17 Thread Konstantin Ananyev
> > > Add PM QoS configuration to declease the delay after sleep in case of > entering deeper idle state. > > Signed-off-by: Huisong Li > Acked-by: Morten Brørup > --- > examples/l3fwd-power/main.c | 24 > 1 file changed, 24 i

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

2024-10-16 Thread lihuisong (C)
在 2024/10/16 8:24, Konstantin Ananyev 写道: Add PM QoS configuration to declease the delay after sleep in case of entering deeper idle state. Signed-off-by: Huisong Li Acked-by: Morten Brørup --- examples/l3fwd-power/main.c | 24 1 file changed, 24 insertions(+)

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

2024-10-15 Thread Konstantin Ananyev
> >> Add PM QoS configuration to declease the delay after sleep in case of > >> entering deeper idle state. > >> > >> Signed-off-by: Huisong Li > >> Acked-by: Morten Brørup > >> --- > >> examples/l3fwd-power/main.c | 24 > >> 1 file changed, 24 insertions(+) > >> > >

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

2024-10-15 Thread lihuisong (C)
Hi Konstantin Ananyev, 在 2024/10/14 16:24, Konstantin Ananyev 写道: Add PM QoS configuration to declease the delay after sleep in case of entering deeper idle state. Signed-off-by: Huisong Li Acked-by: Morten Brørup --- examples/l3fwd-power/main.c | 24 1 file chan

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

2024-10-14 Thread Konstantin Ananyev
> > Add PM QoS configuration to declease the delay after sleep in case of > > entering deeper idle state. > > > > Signed-off-by: Huisong Li > > Acked-by: Morten Brørup > > --- > > examples/l3fwd-power/main.c | 24 > > 1 file changed, 24 insertions(+) > > > > diff --git

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

2024-10-14 Thread Konstantin Ananyev
> Add PM QoS configuration to declease the delay after sleep in case of > entering deeper idle state. > > Signed-off-by: Huisong Li > Acked-by: Morten Brørup > --- > examples/l3fwd-power/main.c | 24 > 1 file changed, 24 insertions(+) > > diff --git a/examples/l3fwd-

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

2024-09-11 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 Acked-by: Morten Brørup --- examples/l3fwd-power/main.c | 24 1 file changed, 24 insertions(+) diff --git a/examples/l3fwd-power/main.c b/example