17/05/2019 19:07, Reshma Pattan: > 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> > ---
I see some errors with GCC: rte_telemetry_parser.c:362:27: error: unused variable ‘p’ rte_telemetry.c:550:11: error: unused variable ‘i’ rte_telemetry.c:613:16: error: comparison of integer expressions of different signedness: ‘int’ and ‘uint32_t’