Re: [dpdk-dev] [PATCH v4 12/27] examples/l2fwd: replace references to master lcore

2020-07-15 Thread Burakov, Anatoly
On 01-Jul-20 9:23 PM, Stephen Hemminger wrote: Use term initial lcore instead. Signed-off-by: Stephen Hemminger --- I'm assuming the #ifdef'ed out section in l2fwd-crypto is skipped because the cryptodev API is not being addressed at this time. Acked-by: Anatoly Burakov -- Thanks, Anatoly

[dpdk-dev] [PATCH v4 12/27] examples/l2fwd: replace references to master lcore

2020-07-01 Thread Stephen Hemminger
Use term initial lcore instead. Signed-off-by: Stephen Hemminger --- examples/l2fwd-cat/l2fwd-cat.c | 2 +- examples/l2fwd-crypto/main.c | 8 examples/l2fwd-event/l2fwd_event_generic.c | 2 +- examples/l2fwd-event/l2fwd_event_internal_port.c |