Re: [dpdk-dev] [PATCH v9 0/4] improve telemetry support with in-memory mode

2021-10-15 Thread Bruce Richardson
On Thu, Oct 14, 2021 at 09:00:09PM +0200, David Marchand wrote: > On Thu, Oct 14, 2021 at 12:50 PM Bruce Richardson > 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 su

Re: [dpdk-dev] [PATCH v9 0/4] improve telemetry support with in-memory mode

2021-10-14 Thread David Marchand
On Thu, Oct 14, 2021 at 12:50 PM Bruce Richardson 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 anot

[dpdk-dev] [PATCH v9 0/4] improve telemetry support with in-memory mode

2021-10-14 Thread Bruce Richardson
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 thi