[dpdk-dev] [PATCH v5 00/18] update and simplify telemetry library.

2020-04-30 Thread Ciara Power
v5: - General cleanup to address comments on v4 patchset. v4: - Internal representation now uses generic data format instead of JSON. - Help command added to provide help text for a command. v3: - Removed rte_option as it is no longer used. - General cleanup. v2: - Added JSON API, an

Re: [dpdk-dev] [PATCH v5 00/18] update and simplify telemetry library.

2020-05-01 Thread Wiles, Keith
> On Apr 30, 2020, at 11:01 AM, Power, Ciara wrote: > > v5: > - General cleanup to address comments on v4 patchset. > > v4: > - Internal representation now uses generic data format instead of JSON. > - Help command added to provide help text for a command. > > v3: > - Removed rte_option

Re: [dpdk-dev] [PATCH v5 00/18] update and simplify telemetry library.

2020-05-10 Thread Thomas Monjalon
30/04/2020 18:01, Ciara Power: > This patchset extensively reworks the telemetry library adding new > functionality and simplifying much of the existing code, while > maintaining backward compatibility. Applied, thanks for the nice work. Few notes: - I did few minor cleanups in documentation and