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

2020-08-05 Thread Bruce Richardson
On Tue, Aug 04, 2020 at 03:07:30PM +0100, Louise Kilheeney wrote: > Changed script to explicitly use python3 only to avoid > maintaining python 2 and removed deprecation notice. > > Cc: Kevin Laatz > > Signed-off-by: Louise Kilheeney > --- Acked-by: Bruce Richardson

[dpdk-dev] [PATCH v4 1/9] usertools/dpdk-telemetry-client: support python3 only

2020-08-04 Thread Louise Kilheeney
Changed script to explicitly use python3 only to avoid maintaining python 2 and removed deprecation notice. Cc: Kevin Laatz Signed-off-by: Louise Kilheeney --- usertools/dpdk-telemetry-client.py | 20 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/usertools