Re: [dpdk-dev] [PATCH v3 1/2] telemetry: support array values in data objects

2020-07-07 Thread Thomas Monjalon
02/07/2020 12:19, Ciara Power: > +/** > + * Add a container to a dictionary. A container is an existing telemetry data > + * array. The dict the container is to be added to must have been started by > + * rte_tel_data_start_dict(). The container must be an array of type > + * uint64_t/int/string. >

[dpdk-dev] [PATCH v3 1/2] telemetry: support array values in data objects

2020-07-02 Thread Ciara Power
Arrays of type uint64_t/int/string can now be included within an array or dict. One level of embedded containers is supported. This is necessary to allow for instances such as the ethdev queue stats to be reported as a list of uint64_t values, rather than having multiple dict entries with one uint6