Re: [dpdk-dev] [PATCH v2] telemetry: add upper limit on connections

2020-07-19 Thread Thomas Monjalon
15/07/2020 17:03, Ciara Power: > This patch limits the number of client connections to the new telemetry > socket. The limit is set to 10. > > Signed-off-by: Ciara Power Not sure I should wait for any review. Applied, thanks

[dpdk-dev] [PATCH v2] telemetry: add upper limit on connections

2020-07-15 Thread Ciara Power
This patch limits the number of client connections to the new telemetry socket. The limit is set to 10. Signed-off-by: Ciara Power --- lib/librte_telemetry/telemetry.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/lib/librte_telemetry/telemetry.c b/lib/librte_telemetry/tel