Re: [dpdk-dev] [PATCH v7 3/5] telemetry: use unique socket paths for in-memory mode

2021-10-12 Thread Power, Ciara
>-Original Message- >From: Richardson, Bruce >Sent: Tuesday 12 October 2021 16:41 >To: Power, Ciara >Cc: dev@dpdk.org; David Marchand ; >Burakov, Anatoly ; Kevin Traynor > >Subject: Re: [PATCH v7 3/5] telemetry: use unique socket paths for in- >memory mode > >On Tue, Oct 12, 2021 at 04:37

Re: [dpdk-dev] [PATCH v7 3/5] telemetry: use unique socket paths for in-memory mode

2021-10-12 Thread Bruce Richardson
On Tue, Oct 12, 2021 at 04:37:07PM +0100, Power, Ciara wrote: > Hi Bruce, > > >-Original Message- > >From: Richardson, Bruce > >Sent: Friday 8 October 2021 18:19 > >To: dev@dpdk.org > >Cc: Power, Ciara ; David Marchand > >; Burakov, Anatoly > >; Kevin Traynor ; > >Richardson, Bruce > >Su

Re: [dpdk-dev] [PATCH v7 3/5] telemetry: use unique socket paths for in-memory mode

2021-10-12 Thread Power, Ciara
Hi Bruce, >-Original Message- >From: Richardson, Bruce >Sent: Friday 8 October 2021 18:19 >To: dev@dpdk.org >Cc: Power, Ciara ; David Marchand >; Burakov, Anatoly >; Kevin Traynor ; >Richardson, Bruce >Subject: [PATCH v7 3/5] telemetry: use unique socket paths for in-memory >mode > >When

[dpdk-dev] [PATCH v7 3/5] telemetry: use unique socket paths for in-memory mode

2021-10-08 Thread Bruce Richardson
When running in 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 fir