Re: [PATCH v2] examples/l3fwd-power: add wakeup log

2021-11-17 Thread Thomas Monjalon
17/11/2021 09:57, David Hunt: > > On 17/11/2021 10:35 AM, Miao Li wrote: > > This patch adds a log in main telemetry loop to show the thread has > > woken up and begun to send and receive packets. > > > > Signed-off-by: Miao Li > > Acked-by: David Hunt Applied, thanks.

Re: [PATCH v2] examples/l3fwd-power: add wakeup log

2021-11-17 Thread David Hunt
On 17/11/2021 10:35 AM, Miao Li wrote: This patch adds a log in main telemetry loop to show the thread has woken up and begun to send and receive packets. Signed-off-by: Miao Li --- examples/l3fwd-power/main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/l3fwd-power/main

[PATCH v2] examples/l3fwd-power: add wakeup log

2021-11-16 Thread Miao Li
This patch adds a log in main telemetry loop to show the thread has woken up and begun to send and receive packets. Signed-off-by: Miao Li --- examples/l3fwd-power/main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/l3fwd-power/main.c b/examples/l3fwd-power/main.c index 6988a0