Use initial and worker lcore instead.
Signed-off-by: Stephen Hemminger <step...@networkplumber.org>
---
 app/pdump/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/pdump/main.c b/app/pdump/main.c
index c38c53719e7d..1590a716a31d 100644
--- a/app/pdump/main.c
+++ b/app/pdump/main.c
@@ -947,7 +947,7 @@ dump_packets(void)
                        rte_exit(EXIT_FAILURE, "failed to wait\n");
        }
 
-       /* master core */
+       /* initial core */
        while (!quit_signal)
                ;
 }
-- 
2.26.2

Reply via email to