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

2023-02-02 Thread Jie Hai
@dpdk.org Cc: liudongdo...@huawei.com; haij...@huawei.com Subject: [PATCH v3 1/2] ring: add ring list telemetry cmd How about "ring: add telemetry cmd to list rings" This patch supports the list of rings with telemetry cmd. Add a telemetry command to list the rings used in the system. T

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

2023-01-31 Thread Honnappa Nagarahalli
awei.com > Subject: [PATCH v3 1/2] ring: add ring list telemetry cmd How about "ring: add telemetry cmd to list rings" > > This patch supports the list of rings with telemetry cmd. Add a telemetry command to list the rings used in the system. > An example using this com

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

2023-01-30 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 Acked-by: Konstantin Ananyev --- lib/ring/meson.build | 1 + lib/ring/rte_ring.c |