Re: [dpdk-dev] [PATCH v4 02/18] telemetry: move code to metrics for later reuse

2020-04-27 Thread Power, Ciara
vin ; Pattan, Reshma >; jerinjac...@gmail.com; >david.march...@redhat.com; Wiles, Keith ; >m...@smartsharesystems.com; tho...@monjalon.net >Subject: Re: [dpdk-dev] [PATCH v4 02/18] telemetry: move code to metrics for >later reuse > >On Fri, 24 Apr 2020 13:41:43 +0100 >Ciara Power w

Re: [dpdk-dev] [PATCH v4 02/18] telemetry: move code to metrics for later reuse

2020-04-24 Thread Bruce Richardson
On Fri, Apr 24, 2020 at 08:29:53AM -0700, Stephen Hemminger wrote: > On Fri, 24 Apr 2020 13:41:43 +0100 > Ciara Power wrote: > > > This commit moves some of the telemetry library code to a new file in > > the metrics library. No modifications are made to the moved code, > > except what is needed

Re: [dpdk-dev] [PATCH v4 02/18] telemetry: move code to metrics for later reuse

2020-04-24 Thread Stephen Hemminger
On Fri, 24 Apr 2020 13:41:43 +0100 Ciara Power wrote: > This commit moves some of the telemetry library code to a new file in > the metrics library. No modifications are made to the moved code, > except what is needed to allow it to compile and run. The additional > code in metrics is built only

[dpdk-dev] [PATCH v4 02/18] telemetry: move code to metrics for later reuse

2020-04-24 Thread Ciara Power
This commit moves some of the telemetry library code to a new file in the metrics library. No modifications are made to the moved code, except what is needed to allow it to compile and run. The additional code in metrics is built only when the Jansson library is present. Telemetry functions as nor