Re: [dpdk-dev] [PATCH v6 05/13] telemetry: add client feature and sockets

2018-10-23 Thread Laatz, Kevin
Thanks for the review Mattias. Will address the comments both here and in the 4/13 review. Best regards, Kevin On 22/10/2018 15:05, Mattias Rönnblom wrote: On 2018-10-22 13:00, Kevin Laatz wrote:   @@ -131,6 +217,38 @@ rte_telemetry_initial_accept(struct telemetry_impl *telemetry)   }  

Re: [dpdk-dev] [PATCH v6 05/13] telemetry: add client feature and sockets

2018-10-22 Thread Mattias Rönnblom
On 2018-10-22 13:00, Kevin Laatz wrote: From: Ciara Power This patch introduces clients to the telemetry API. When a client makes a connection through the initial telemetry socket, they can send a message through the socket to be parsed. Register messages are expected through this socket, to e

[dpdk-dev] [PATCH v6 05/13] telemetry: add client feature and sockets

2018-10-22 Thread Kevin Laatz
From: Ciara Power This patch introduces clients to the telemetry API. When a client makes a connection through the initial telemetry socket, they can send a message through the socket to be parsed. Register messages are expected through this socket, to enable clients to register and have a clien