On 17/05/2019 17:07, Reshma Pattan wrote:
telemetry has support for fetching port based stats from metrics library. Metrics library also has global stats which are not fetched by telemetry, so extend telemetry to fetch the global metrics. Signed-off-by: Reshma Pattan <reshma.pat...@intel.com> --- doc/guides/howto/telemetry.rst | 9 +- doc/guides/rel_notes/release_19_08.rst | 5 + lib/librte_telemetry/rte_telemetry.c | 119 ++++++++++++---- lib/librte_telemetry/rte_telemetry_internal.h | 31 ++++- lib/librte_telemetry/rte_telemetry_parser.c | 130 +++++++++++++++--- usertools/dpdk-telemetry-client.py | 13 +- 6 files changed, 253 insertions(+), 54 deletions(-)
Looks good to me, thanks! Acked-by: Kevin Laatz <kevin.la...@intel.com>