Re: [dpdk-dev] [PATCH 07/15] app/test-pmd: replace master lcore with main lcore

2020-09-14 Thread Burakov, Anatoly
On 11-Sep-20 8:06 PM, Stephen Hemminger wrote: Replace wording around main lcore. Signed-off-by: Stephen Hemminger --- Acked-by: Anatoly Burakov With below fix diff --git a/app/test-pmd/testpmd.c b/app/test-pmd/testpmd.c index 7842c3b78120..65c99b6900ae 100644 --- a/app/test-pmd/testpmd.

[dpdk-dev] [PATCH 07/15] app/test-pmd: replace master lcore with main lcore

2020-09-11 Thread Stephen Hemminger
Replace wording around main lcore. Signed-off-by: Stephen Hemminger --- app/test-pmd/config.c | 4 ++-- app/test-pmd/parameters.c | 2 +- app/test-pmd/testpmd.c| 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/test-pmd/config.c b/app/test-pmd/config.c index 30bee