> -----Original Message----- > From: Laatz, Kevin > Sent: Thursday, October 11, 2018 9:58 AM > To: dev@dpdk.org > Cc: Van Haaren, Harry <harry.van.haa...@intel.com>; > step...@networkplumber.org; gaetan.ri...@6wind.com; shreyansh.j...@nxp.com; > tho...@monjalon.net; mattias.ronnb...@ericsson.com; Richardson, Bruce > <bruce.richard...@intel.com>; Ciara Power <ciara.po...@intel.com>; Brian > Archbold <brian.archb...@intel.com>; Laatz, Kevin <kevin.la...@intel.com> > Subject: [PATCH v4 03/13] telemetry: initial telemetry infrastructure > > From: Ciara Power <ciara.po...@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.po...@intel.com> > Signed-off-by: Brian Archbold <brian.archb...@intel.com> > Signed-off-by: Kevin Laatz <kevin.la...@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.haa...@intel.com>