Re: [dpdk-dev] [dpdk-stable] [PATCH] usertools: add telemetry python3 compatibility

2020-01-20 Thread Robin Jarry
16/01/2020 18:24, 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

Re: [dpdk-dev] [dpdk-stable] [PATCH] usertools: add telemetry python3 compatibility

2020-01-19 Thread Thomas Monjalon
+Cc Robin, known Python expert :) 16/01/2020 18:24, 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. Similar