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

2018-10-15 Thread Van Haaren, Harry
> -Original Message- > From: Laatz, Kevin > Sent: Thursday, October 11, 2018 9:58 AM > To: dev@dpdk.org > Cc: Van Haaren, Harry ; > step...@networkplumber.org; gaetan.ri...@6wind.com; shreyansh.j...@nxp.com; > tho...@monjalon.net; mattias.ronnb...@ericsson.com; Richardson, Bruce > ; Ciara P

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

2018-10-11 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