[dpdk-dev] [PATCH v9 0/4] improve telemetry support with in-memory mode
David Marchand
david.marchand at redhat.com
Thu Oct 14 21:00:09 CEST 2021
On Thu, Oct 14, 2021 at 12:50 PM Bruce Richardson
<bruce.richardson at 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
More information about the dev
mailing list