Re: [dpdk-dev] [PATCH v9 0/3] add basic ethdev stats with data object recursion

2020-10-06 Thread Thomas Monjalon
> This patchset adds support for basic ethdev statistics in Telemetry. > To do this, recursive data object support is needed to report the queue > statistics in a list. With this patch, an array or dictionary supports > uint64_t, int or string array type values, which is used for the ethdev > queue

[dpdk-dev] [PATCH v9 0/3] add basic ethdev stats with data object recursion

2020-09-23 Thread Ciara Power
v9: Rebased onto main to remove conflict. v8: Rebased onto main. v7: - Simplified connecting to socket by removing use of glob. - Fixed buffer overflow issue when reading from socket. - Split expected response strings over multiple lines. v6: - Fixed FreeBSD build failure for unit tests.