Re: [dpdk-dev] [PATCH v2 01/10] telemetry: initial telemetry infrastructure

2018-10-04 Thread Gaƫtan Rivet
Hi, On Wed, Oct 03, 2018 at 06:36:03PM +0100, Kevin Laatz wrote: > From: Ciara Power > > This patch adds the infrastructure and initial code for the telemetry > library. > > The telemetry init is registered with eal_init(). We can then check to see > if --telemetry was passed as an eal flag. If

[dpdk-dev] [PATCH v2 01/10] telemetry: initial telemetry infrastructure

2018-10-03 Thread Kevin Laatz
From: Ciara Power This patch adds the infrastructure and initial code for the telemetry library. The telemetry init is registered with eal_init(). We can then check to see if --telemetry was passed as an eal flag. If --telemetry was parsed, then we call telemetry init at the end of eal init. Co