[dpdk-dev] [PATCH v8 1/4] eal: limit telemetry to primary processes
Walsh, Conor
conor.walsh at intel.com
Wed Oct 13 15:15:12 CEST 2021
> From: dev <dev-bounces at dpdk.org> On Behalf Of Bruce Richardson
> Sent: Tuesday 12 October 2021 17:39
> To: dev at dpdk.org
> Cc: Power, Ciara <ciara.power at intel.com>; David Marchand
> <david.marchand at redhat.com>; Burakov, Anatoly
> <anatoly.burakov at intel.com>; Kevin Traynor <ktraynor at redhat.com>;
> Richardson, Bruce <bruce.richardson at intel.com>
> 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 <bruce.richardson at intel.com>
> Acked-by: Ciara Power <ciara.power at intel.com>
Tested-by: Conor Walsh <conor.walsh at intel.com>
<snip>
More information about the dev
mailing list