On Thu, Oct 14, 2021 at 12:50 PM Bruce Richardson <bruce.richard...@intel.com> wrote: > > This patchset cleans up telemetry support for "in-memory" mode, so that > multiple independent processes can be run using that mode and still have > telemetry support. It also removes problems of one process removing the > socket of another - which was the original issue reported. The main changes > in this set are to: > > * disable telemetry for secondary processes, which prevents any socket > conflicts in multi-process cases. > * when multiple processes are run using the same runtime directory (i.e. > "in-memory" mode or similar), add a counter suffix to the socket names to > avoid conflicts over the socket. Each process will use the lowest available > suffix, with the first process using the directory, not adding any suffix. > * update the telemetry script and documentation to allow it to connect to > in-memory DPDK processes. >
Thanks a lot for working on this. Reading the updated doc, I fixed some -file-prefix to --file-prefix in doc. Series applied, thanks. -- David Marchand