> -----Original Message----- > From: Laatz, Kevin > Sent: Thursday, October 11, 2018 9:59 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 07/13] telemetry: update metrics before sending stats > > From: Ciara Power <ciara.po...@intel.com> > > This patch adds functionality to update the statistics in > the metrics library with values from the ethdev stats. > > Values need to be updated before they are encoded into a JSON > message and sent to the client that requested them. The JSON encoding > will be added in a subsequent patch. > > 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> > ---
Acked-by: Harry van Haaren <harry.van.haa...@intel.com>