Re: [dpdk-dev] [PATCH v8 1/4] eal: limit telemetry to primary processes
From: Walsh, Conor <hidden>
Date: 2021-10-13 13:15:20
From: Walsh, Conor <hidden>
Date: 2021-10-13 13:15:20
From: dev <redacted> On Behalf Of Bruce Richardson Sent: Tuesday 12 October 2021 17:39 To: dev@dpdk.org Cc: Power, Ciara <redacted>; David Marchand [off-list ref]; Burakov, Anatoly [off-list ref]; Kevin Traynor [off-list ref]; Richardson, Bruce [off-list ref] Subject: [dpdk-dev] [PATCH v8 1/4] eal: limit telemetry to primary processes Telemetry interface should be exposed for primary processes only, since secondary processes will conflict on socket creation, and since all data in secondary process is generally available to primary. For example, all device stats for ethdevs, cryptodevs, etc. will all be common across processes. Signed-off-by: Bruce Richardson <redacted> Acked-by: Ciara Power <redacted>
Tested-by: Conor Walsh <redacted> <snip>