Re: [dpdk-dev] [PATCH v2 2/2] ethdev: add basic stats for telemetry

2020-06-24 Thread Bruce Richardson
On Wed, Jun 24, 2020 at 02:48:24PM +0100, Ciara Power wrote: > The ethdev library now registers a telemetry command for basic ethdev > statistics. > > An example usage is shown below: > > Connecting to /var/run/dpdk/rte/dpdk_telemetry.v2 > {"version": "DPDK 20.08.0-rc0", "pid": 14119, "max_output

[dpdk-dev] [PATCH v2 2/2] ethdev: add basic stats for telemetry

2020-06-24 Thread Ciara Power
The ethdev library now registers a telemetry command for basic ethdev statistics. An example usage is shown below: Connecting to /var/run/dpdk/rte/dpdk_telemetry.v2 {"version": "DPDK 20.08.0-rc0", "pid": 14119, "max_output_len": 16384} --> /ethdev/stats,0 {"/ethdev/stats": {"ipackets": 0, "opacke