Re: [dpdk-dev] [PATCH v3 03/12] telemetry: add initial connection socket

2018-10-10 Thread Thomas Monjalon
10/10/2018 12:51, Kevin Laatz: > --- a/lib/librte_telemetry/rte_telemetry.c > +++ b/lib/librte_telemetry/rte_telemetry.c > +#define DEFAULT_DPDK_PATH "/var/run/dpdk/rte/telemetry" As suggested in v2, please use eal_get_runtime_dir()

[dpdk-dev] [PATCH v3 03/12] telemetry: add initial connection socket

2018-10-10 Thread Kevin Laatz
From: Ciara Power 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: Ciara Power Signed-off-