Re: [dpdk-dev] [PATCH] usertools: fix py3 syntax errors with dpdk-telemetry-client.py

2019-10-27 Thread Thomas Monjalon
17/10/2019 19:37, Stephen Hemminger: > On Thu, 17 Oct 2019 19:32:12 +0200 > Robin Jarry wrote: > > > When running the dpdk-telemetry-client.py with python 3, we get the > > following syntax errors: > > > > File "usertools/dpdk-telemetry-client.py", line 70 > > print "\nResponse: \n", str

Re: [dpdk-dev] [PATCH] usertools: fix py3 syntax errors with dpdk-telemetry-client.py

2019-10-17 Thread Stephen Hemminger
On Thu, 17 Oct 2019 19:32:12 +0200 Robin Jarry wrote: > When running the dpdk-telemetry-client.py with python 3, we get the > following syntax errors: > > File "usertools/dpdk-telemetry-client.py", line 70 > print "\nResponse: \n", str(data) >^ > SyntaxError

[dpdk-dev] [PATCH] usertools: fix py3 syntax errors with dpdk-telemetry-client.py

2019-10-17 Thread Robin Jarry
When running the dpdk-telemetry-client.py with python 3, we get the following syntax errors: File "usertools/dpdk-telemetry-client.py", line 70 print "\nResponse: \n", str(data) ^ SyntaxError: invalid syntax File "usertools/dpdk-telemetry-client.py", line 93