Re: [dpdk-dev] [PATCH] telemetry: fix incorrect stat name to id mapping

2019-04-01 Thread Thomas Monjalon
01/04/2019 19:17, Laatz, Kevin: > On 28/03/2019 15:30, Bruce Richardson wrote: > > 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, t

Re: [dpdk-dev] [PATCH] telemetry: fix incorrect stat name to id mapping

2019-04-01 Thread Laatz, Kevin
On 28/03/2019 15:30, Bruce Richardson wrote: 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

[dpdk-dev] [PATCH] telemetry: fix incorrect stat name to id mapping

2019-03-28 Thread Bruce Richardson
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 issu