Re: [dpdk-dev] [PATCH v2] usertools: fix telemetry python3 compatibility

2020-02-16 Thread Thomas Monjalon
24/01/2020 11:11, Laatz, Kevin: > > The client script for use with the telemetry library did not support > > Python3, as the data being sent over the socket was in string format. > > Python3 requires the data be explicitly converted to bytes before being > > sent. Similarily, the received bytes nee

Re: [dpdk-dev] [PATCH v2] usertools: fix telemetry python3 compatibility

2020-01-24 Thread Laatz, Kevin
> The client script for use with the telemetry library did not support > Python3, as the data being sent over the socket was in string format. > Python3 requires the data be explicitly converted to bytes before being > sent. Similarily, the received bytes need to be decoded into string > format. >

[dpdk-dev] [PATCH v2] usertools: fix telemetry python3 compatibility

2020-01-21 Thread Ciara Power
The client script for use with the telemetry library did not support Python3, as the data being sent over the socket was in string format. Python3 requires the data be explicitly converted to bytes before being sent. Similarily, the received bytes need to be decoded into string format. Fixes: 53f2