Re: [dpdk-dev] [PATCH 13/15] examples/qos: replace references to master

2020-09-14 Thread Burakov, Anatoly
On 11-Sep-20 8:06 PM, Stephen Hemminger wrote: Use main instead of master in the QoS examples. Replace the "mst" command line argument with "mnc" Signed-off-by: Stephen Hemminger --- Missed instances: examples/qos_meter/main.c 458,20: RTE_LCORE_FOREACH_SLAVE(lcore_id) { examples/qos

[dpdk-dev] [PATCH 13/15] examples/qos: replace references to master

2020-09-11 Thread Stephen Hemminger
Use main instead of master in the QoS examples. Replace the "mst" command line argument with "mnc" Signed-off-by: Stephen Hemminger --- examples/qos_meter/main.c| 2 +- examples/qos_sched/args.c| 24 examples/qos_sched/cmdline.c | 2 +- examples/qos_sched/main.