> -----Original Message----- > From: Laatz, Kevin > Sent: Thursday, October 11, 2018 9:58 AM > To: [email protected] > Cc: Van Haaren, Harry <[email protected]>; > [email protected]; [email protected]; [email protected]; > [email protected]; [email protected]; Richardson, Bruce > <[email protected]>; Ciara Power <[email protected]>; Brian > Archbold <[email protected]>; Laatz, Kevin <[email protected]> > Subject: [PATCH v4 03/13] telemetry: initial telemetry infrastructure > > From: Ciara Power <[email protected]> > > 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 <[email protected]> > Signed-off-by: Brian Archbold <[email protected]> > Signed-off-by: Kevin Laatz <[email protected]> > ---
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 <[email protected]>

