Re: [dpdk-dev] [PATCH 02/11] telemetry: add initial connection socket

2018-09-07 Thread Burakov, Anatoly
On 23-Aug-18 1:08 PM, Ciara Power wrote: This patch adds the telemetry UNIX socket. It is used to allow connections from external clients. On the initial connection from a client, ethdev stats are registered in the metrics library, to allow for their retrieval at a later stage. Signed-off-by: C

Re: [dpdk-dev] [PATCH 02/11] telemetry: add initial connection socket

2018-08-28 Thread Van Haaren, Harry
> From: Gaëtan Rivet [mailto:gaetan.ri...@6wind.com] > Sent: Tuesday, August 28, 2018 5:40 PM > To: Power, Ciara > Cc: Van Haaren, Harry ; Archbold, Brian > ; Kenny, Emma ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 02/11] telemetry: add initial connection > s

Re: [dpdk-dev] [PATCH 02/11] telemetry: add initial connection socket

2018-08-28 Thread Gaëtan Rivet
Hi Ciara, On Thu, Aug 23, 2018 at 01:08:04PM +0100, Ciara Power wrote: > This patch adds the telemetry UNIX socket. It is used to > allow connections from external clients. > > On the initial connection from a client, ethdev stats are > registered in the metrics library, to allow for their retrie