On 05/10/2021 15:52, Bruce Richardson wrote:
On Tue, Oct 05, 2021 at 03:41:17PM +0100, Kevin Traynor wrote:
Hi Bruce, I started reviewing v5 before v6 was pushed, so these are just
comments from v5,
No problem. Changes V6-v5 are fairly small anyway. Thanks for the review.
On 05/10/2021 14:59, Bruce Richardson wrote:
When DPDK is run using "in-memory" flag, multiple processes can be run
using the same file-prefix and hence the same runtime directory. To
avoid problems with conflicting telemetry unix socket paths, we can
put the pid of the process into the socket name. As with the existing
telemetry socket files, these sockets are removed on normal program
exit.
Signed-off-by: Bruce Richardson <bruce.richard...@intel.com>
---
Legacy telemetry does not prevent multiple v2 sockets anymore.
Thanks,
Conor.
Tested-by: Conor Walsh <conor.wa...@intel.com>
<snip>