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

2021-11-16 Thread David Hunt
Hi Li, On 16/11/2021 1:00 PM, Miao Li wrote: This patch adds a log in main telemetry loop to show the thread is waked up and begins 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

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

2021-11-15 Thread Miao Li
This patch adds a log in main telemetry loop to show the thread is waked up and begins 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