Re: [dpdk-dev] [PATCH v4 08/27] examples/ethtool-app: replace references to slave with worker

2020-07-13 Thread Burakov, Anatoly
On 01-Jul-20 9:23 PM, Stephen Hemminger wrote: Conforms to new API naming conventions. Signed-off-by: Stephen Hemminger --- Acked-by: Anatoly Burakov -- Thanks, Anatoly

[dpdk-dev] [PATCH v4 08/27] examples/ethtool-app: replace references to slave with worker

2020-07-01 Thread Stephen Hemminger
Conforms to new API naming conventions. Signed-off-by: Stephen Hemminger --- examples/ethtool/ethtool-app/main.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/ethtool/ethtool-app/main.c b/examples/ethtool/ethtool-app/main.c index 7383413215d6..a55d31d891