Re: [dpdk-dev] [PATCH v8 1/4] eal: limit telemetry to primary processes

2021-10-13 Thread Walsh, Conor
> From: dev On Behalf Of Bruce Richardson > Sent: Tuesday 12 October 2021 17:39 > To: dev@dpdk.org > Cc: Power, Ciara ; David Marchand > ; Burakov, Anatoly > ; Kevin Traynor ; > Richardson, Bruce > Subject: [dpdk-dev] [PATCH v8 1/4] eal: limit telemetry to primary

[dpdk-dev] [PATCH v8 1/4] eal: limit telemetry to primary processes

2021-10-12 Thread Bruce Richardson
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.