[dpdk-dev] [PATCH] telemetry: fix struct reset after value assignment

2020-02-27 Thread Ciara Power
The ep struct is used to track what type of stats are required by the client. For PORT_STATS type, it contains the lists of port and metric ids to query, and the number of ids in each list. The ep struct has values set (num of port and metric ids) when a request for port stats values by name is re

Re: [dpdk-dev] [PATCH] telemetry: fix struct reset after value assignment

2020-02-27 Thread Laatz, Kevin
> The ep struct is used to track what type of stats are required by the client. > For PORT_STATS type, it contains the lists of port and metric ids to query, > and > the number of ids in each list. > > The ep struct has values set (num of port and metric ids) when a request for > port stats value

Re: [dpdk-dev] [PATCH] telemetry: fix struct reset after value assignment

2020-03-13 Thread David Marchand
Hello, On Thu, Feb 27, 2020 at 6:34 PM Laatz, Kevin wrote: > > > The ep struct is used to track what type of stats are required by the > > client. > > For PORT_STATS type, it contains the lists of port and metric ids to query, > > and > > the number of ids in each list. > > > > The ep struct ha

Re: [dpdk-dev] [PATCH] telemetry: fix struct reset after value assignment

2020-03-13 Thread Power, Ciara
Hi David, > Hello, > > On Thu, Feb 27, 2020 at 6:34 PM Laatz, Kevin > wrote: > > > > > The ep struct is used to track what type of stats are required by the > client. > > > For PORT_STATS type, it contains the lists of port and metric ids to > > > query, and the number of ids in each list. >

Re: [dpdk-dev] [PATCH] telemetry: fix struct reset after value assignment

2020-03-13 Thread David Marchand
On Thu, Feb 27, 2020 at 6:34 PM Laatz, Kevin wrote: > > > The ep struct is used to track what type of stats are required by the > > client. > > For PORT_STATS type, it contains the lists of port and metric ids to query, > > and > > the number of ids in each list. > > > > The ep struct has values