Re: [dpdk-dev] [PATCH 15/15] examples: replace master lcore with main lcore

2020-09-14 Thread Burakov, Anatoly
On 11-Sep-20 8:07 PM, Stephen Hemminger wrote: Replace use of the term master lcore with main lcore in the example programs. Signed-off-by: Stephen Hemminger --- examples/bbdev_app/main.c | 10 examples/bond/main.c | 32 +- exa

[dpdk-dev] [PATCH 15/15] examples: replace master lcore with main lcore

2020-09-11 Thread Stephen Hemminger
Replace use of the term master lcore with main lcore in the example programs. Signed-off-by: Stephen Hemminger --- examples/bbdev_app/main.c | 10 examples/bond/main.c | 32 +- examples/ethtool/ethtool-app/main.c| 6 ++--- exam