[dpdk-dev] [PATCH v4 03/13] telemetry: initial telemetry infrastructure

Van Haaren, Harry harry.van.haaren at intel.com
Tue Oct 16 02:45:31 CEST 2018


> -----Original Message-----
> From: Laatz, Kevin
> Sent: Thursday, October 11, 2018 9:58 AM
> To: dev at dpdk.org
> Cc: Van Haaren, Harry <harry.van.haaren at intel.com>;
> stephen at networkplumber.org; gaetan.rivet at 6wind.com; shreyansh.jain at nxp.com;
> thomas at monjalon.net; mattias.ronnblom at ericsson.com; Richardson, Bruce
> <bruce.richardson at intel.com>; Ciara Power <ciara.power at intel.com>; Brian
> Archbold <brian.archbold at intel.com>; Laatz, Kevin <kevin.laatz at intel.com>
> Subject: [PATCH v4 03/13] telemetry: initial telemetry infrastructure
> 
> From: Ciara Power <ciara.power at intel.com>
> 
> 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.
> 
> Control threads are used to get CPU cycles for telemetry, which are
> configured in this patch also.
> 
> Signed-off-by: Ciara Power <ciara.power at intel.com>
> Signed-off-by: Brian Archbold <brian.archbold at intel.com>
> Signed-off-by: Kevin Laatz <kevin.laatz at intel.com>
> ---

I think we need to set the Makefile default to =N, and distros/users can enable
if they have Jansson available. With that update:

Acked-by: Harry van Haaren <harry.van.haaren at intel.com>


More information about the dev mailing list