[dpdk-dev] [PATCH v8 2/4] telemetry: fix socket path conflicts for in-memory mode

Walsh, Conor conor.walsh at intel.com
Wed Oct 13 15:15:22 CEST 2021


> From: dev <dev-bounces at dpdk.org> On Behalf Of Bruce Richardson
> Sent: Tuesday 12 October 2021 17:39
> To: dev at dpdk.org
> Cc: Power, Ciara <ciara.power at intel.com>; David Marchand
> <david.marchand at redhat.com>; Burakov, Anatoly
> <anatoly.burakov at intel.com>; Kevin Traynor <ktraynor at redhat.com>;
> Richardson, Bruce <bruce.richardson at 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.marchand at redhat.com>
> Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
> Acked-by: Ciara Power <ciara.power at intel.com>
> ---

Tested-by: Conor Walsh <conor.walsh at intel.com>

<snip>


More information about the dev mailing list