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

2020-07-13 Thread Burakov, Anatoly
On 01-Jul-20 9:23 PM, Stephen Hemminger wrote: Change the references to master lcore. For now, ok to keep 'slave' for bonding since that is part of the API not addressed yet. Signed-off-by: Stephen Hemminger --- Acked-by: Anatoly Burakov -- Thanks, Anatoly

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

2020-07-01 Thread Stephen Hemminger
Change the references to master lcore. For now, ok to keep 'slave' for bonding since that is part of the API not addressed yet. Signed-off-by: Stephen Hemminger --- examples/bond/main.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/bond/main.c b/examples/bo