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

Stephen Hemminger stephen at networkplumber.org
Tue May 19 02:07:04 CEST 2020


On Mon, 18 May 2020 17:12:32 +0100
Ciara Power <ciara.power at intel.com> 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 <ciara.power at intel.com>

The upper limit is fine, but using System V semaphores is not a good
way to do this. Please consider using some other atomic primitive.


More information about the dev mailing list