Message ID | 20200701202359.17006-24-stephen@networkplumber.org (mailing list archive) |
---|---|
State | Superseded, archived |
Delegated to: | Thomas Monjalon |
Headers | show |
Series | Replace references to master and slave | expand |
Context | Check | Description |
---|---|---|
ci/Intel-compilation | fail | Compilation issues |
ci/checkpatch | success | coding style OK |
On 01-Jul-20 9:23 PM, Stephen Hemminger wrote: > Use initial and worker lcore instead. > Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> > --- Acked-by: Anatoly Burakov <anatoly.burakov@intel.com>
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) ; }
Use initial and worker lcore instead. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> --- app/pdump/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)