[dpdk-dev] [RFC v2 24/26] app/pdump: replace references to master/slave lcore

Stephen Hemminger stephen at networkplumber.org
Sat Jun 6 00:58:09 CEST 2020


Use initial and worker lcore instead.
Signed-off-by: Stephen Hemminger <stephen at 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



More information about the dev mailing list