> From: dev <dev-boun...@dpdk.org> On Behalf Of Bruce Richardson
> Sent: Tuesday 12 October 2021 17:39
> To: dev@dpdk.org
> Cc: Power, Ciara <ciara.po...@intel.com>; David Marchand
> <david.march...@redhat.com>; Burakov, Anatoly
> <anatoly.bura...@intel.com>; Kevin Traynor <ktray...@redhat.com>;
> Richardson, Bruce <bruce.richard...@intel.com>
> Subject: [dpdk-dev] [PATCH v8 2/4] telemetry: fix socket path conflicts for 
> in-
> memory mode
> 
> When running using in-memory mode, multiple processes can use the same
> runtime dir, leading to conflicts with the telemetry sockets in that
> directory. We can resolve this by appending a suffix to each socket
> beyond the first, with the suffix being an increasing counter value.
> Each process uses the first unused socket counter value.
> 
> Fixes: 6dd571fd07c3 ("telemetry: introduce new functionality")
> 
> Reported-by: David Marchand <david.march...@redhat.com>
> Signed-off-by: Bruce Richardson <bruce.richard...@intel.com>
> Acked-by: Ciara Power <ciara.po...@intel.com>
> ---

Tested-by: Conor Walsh <conor.wa...@intel.com>

<snip>

Reply via email to