>-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
&
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
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
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
4 matches
Mail list logo