Re: [PATCH v2 1/2] ring: add ring list telemetry cmd

2023-01-30 Thread Jie Hai
On 2023/1/23 0:40, Konstantin Ananyev wrote: Hi Jie, This patch supports the list of rings with telemetry cmd. An example using this command is shown below: --> /ring/list {    "/ring/list": [ "HT_:7d:00.2", "MP_mb_pool_0"    ] } Signed-off-by: Jie Hai ---   lib/ring/meson.bu

Re: [PATCH v2 1/2] ring: add ring list telemetry cmd

2023-01-22 Thread Konstantin Ananyev
Hi Jie, This patch supports the list of rings with telemetry cmd. An example using this command is shown below: --> /ring/list { "/ring/list": [ "HT_:7d:00.2", "MP_mb_pool_0" ] } Signed-off-by: Jie Hai --- lib/ring/meson.build | 1 + lib/ring/rte_ring.c | 40 +

[PATCH v2 1/2] ring: add ring list telemetry cmd

2023-01-17 Thread Jie Hai
This patch supports the list of rings with telemetry cmd. An example using this command is shown below: --> /ring/list { "/ring/list": [ "HT_:7d:00.2", "MP_mb_pool_0" ] } Signed-off-by: Jie Hai --- lib/ring/meson.build | 1 + lib/ring/rte_ring.c | 40 ++