85e21b77d8
When running using 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 first unused socket counter value.
Fixes:
|
||
---|---|---|
.. | ||
meson.build | ||
rte_telemetry.h | ||
telemetry_data.c | ||
telemetry_data.h | ||
telemetry_internal.h | ||
telemetry_json.h | ||
telemetry_legacy.c | ||
telemetry.c | ||
version.map |