c12cefa379
If we have two NIC ports which have a different set of NIC stats we can
end up having two different stats registered with xstats with the same
name. [Since the stats are updated in bulk as a contiguous set, the
second driver re-using the registration of the first is not possible.]
This causes issues with the invalid stat for one driver being found due to
a lookup by name which is unnecessary. Instead of getting stat names
involved do the lookup by ID instead.
Fixes:
|
||
---|---|---|
.. | ||
Makefile | ||
meson.build | ||
rte_telemetry_internal.h | ||
rte_telemetry_parser_test.c | ||
rte_telemetry_parser_test.h | ||
rte_telemetry_parser.c | ||
rte_telemetry_parser.h | ||
rte_telemetry_socket_tests.h | ||
rte_telemetry_version.map | ||
rte_telemetry.c | ||
rte_telemetry.h |