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

2020-07-13 Thread Power, Ciara
>-Original Message- >From: Thomas Monjalon >Sent: Friday 10 July 2020 21:51 >To: Power, Ciara >Cc: dev@dpdk.org; Laatz, Kevin ; Stephen >Hemminger ; Richardson, Bruce > >Subject: Re: [dpdk-dev] [PATCH 20.08] telemetry: add upper limit on >connections &

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

2020-07-10 Thread Thomas Monjalon
19/05/2020 02:07, Stephen Hemminger: > On Mon, 18 May 2020 17:12:32 +0100 > Ciara Power wrote: > > > This patch limits the number of client connections to the new telemetry > > socket. The limit is set at 10. > > > > Signed-off-by: Ciara Power > > The upper limit is fine, but using System V se

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

2020-05-18 Thread Stephen Hemminger
On Mon, 18 May 2020 17:12:32 +0100 Ciara Power wrote: > This patch limits the number of client connections to the new telemetry > socket. The limit is set at 10. > > Signed-off-by: Ciara Power The upper limit is fine, but using System V semaphores is not a good way to do this. Please consider

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

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