Re: [PATCH 2/3] examples/l2fwd-keepalive: don't use EAL logtype

2023-12-12 Thread lihuisong (C)
Acked-by: Huisong Li 在 2023/12/12 1:23, Stephen Hemminger 写道: EAL logtype should be reserved for EAL library. This example is already using printf() so just print errors to stderr. Signed-off-by: Stephen Hemminger --- examples/l2fwd-keepalive/shm.c | 21 +++-- 1 file change

[PATCH 2/3] examples/l2fwd-keepalive: don't use EAL logtype

2023-12-11 Thread Stephen Hemminger
EAL logtype should be reserved for EAL library. This example is already using printf() so just print errors to stderr. Signed-off-by: Stephen Hemminger --- examples/l2fwd-keepalive/shm.c | 21 +++-- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/examples/l2fwd-kee