[dpdk-dev] [PATCH v2 09/16] usertools: add new telemetry python script

2020-04-08 Thread Ciara Power
From: Bruce Richardson This patch adds a python script that can be used with the new telemetry socket. It connects as a client to the socket, and allows the user send a command and see the JSON response. The example usage below shows the script connecting to the new telemetry socket, and sending

Re: [dpdk-dev] [PATCH v2 09/16] usertools: add new telemetry python script

2020-04-10 Thread Pattan, Reshma
> -Original Message- > From: Power, Ciara Some pylint checks found, good to address valid ones. #pylint-3.6 ./usertools/dpdk-telemetry.py or # pylint ./usertools/dpdk-telemetry.py * Module dpdk-telemetry W: 18, 0: Bad indentation. Found 12 spaces, expected 8 (bad-inden

Re: [dpdk-dev] [PATCH v2 09/16] usertools: add new telemetry python script

2020-04-10 Thread Bruce Richardson
On Fri, Apr 10, 2020 at 10:43:18AM +0100, Pattan, Reshma wrote: > > > > -Original Message- > > From: Power, Ciara > > Some pylint checks found, good to address valid ones. > > #pylint-3.6 ./usertools/dpdk-telemetry.py or # pylint > ./usertools/dpdk-telemetry.py > * Modu