Re: [dpdk-dev] [PATCH v2 3/9] usertools/dpdk-telemetry-client: support python3 only

2020-06-25 Thread Burakov, Anatoly
On 17-Jun-20 4:10 PM, Louise Kilheeney wrote: Changed script to explicitly use python3 only to avoid maaintaining python 2. Cc: Kevin Laatz Signed-off-by: Louise Kilheeney --- Acked-by: Anatoly Burakov -- Thanks, Anatoly

[dpdk-dev] [PATCH v2 3/9] usertools/dpdk-telemetry-client: support python3 only

2020-06-17 Thread Louise Kilheeney
Changed script to explicitly use python3 only to avoid maaintaining python 2. Cc: Kevin Laatz Signed-off-by: Louise Kilheeney --- usertools/dpdk-telemetry-client.py | 16 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/usertools/dpdk-telemetry-client.py b/usert