Re: [dpdk-dev] [PATCH 03/11] telemetry: add client feature and sockets

2018-08-28 Thread Van Haaren, Harry
> -Original Message- > From: Hunt, David > Sent: Tuesday, August 28, 2018 4:27 PM > To: Stephen Hemminger ; Power, Ciara > > Cc: Van Haaren, Harry ; Archbold, Brian > ; Kenny, Emma ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 03/11] telemetry: add clie

Re: [dpdk-dev] [PATCH 03/11] telemetry: add client feature and sockets

2018-08-28 Thread Hunt, David
On 24/8/2018 12:27 AM, Stephen Hemminger wrote: On Thu, 23 Aug 2018 13:08:05 +0100 Ciara Power wrote: 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

Re: [dpdk-dev] [PATCH 03/11] telemetry: add client feature and sockets

2018-08-23 Thread Stephen Hemminger
On Thu, 23 Aug 2018 13:08:05 +0100 Ciara Power wrote: > 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,

[dpdk-dev] [PATCH 03/11] telemetry: add client feature and sockets

2018-08-23 Thread 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 client socket setup for f