[PATCH v3 0/2] add ring telemetry cmds

Jie Hai haijie1 at huawei.com
Tue Jan 31 03:28:39 CET 2023


This patch set supports telemetry list rings and dump info of a ring
by its name.

v1->v2:
1. Add space after "switch".
2. Fix wrong strlen parameter.

v2->v3:
1. Remove prefix "rte_" for static function.
2. Add Acked-by Konstantin Ananyev for PATCH 1.
3. Introduce functions to return strings instead copy strings.
4. Check pointer to memzone of ring.
5. Remove redundant variable.
6. Hold lock when access ring data.

Jie Hai (2):
  ring: add ring list telemetry cmd
  ring: add ring info telemetry cmd

 lib/ring/meson.build |   1 +
 lib/ring/rte_ring.c  | 123 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 124 insertions(+)

-- 
2.33.0



More information about the dev mailing list