Re: [dpdk-dev] [PATCH v2 6/7] telemetry: support set init threads name

2021-04-21 Thread Bruce Richardson
On Sat, Apr 17, 2021 at 05:09:47PM +0800, Min Hu (Connor) wrote: > From: Chengwen Feng > > This patch supports set init threads name which is helpful for > debugging. > > Signed-off-by: Chengwen Feng > Signed-off-by: Min Hu (Connor) > --- Acked-by: Bruce Richardson

[dpdk-dev] [PATCH v2 6/7] telemetry: support set init threads name

2021-04-17 Thread Min Hu (Connor)
From: Chengwen Feng This patch supports set init threads name which is helpful for debugging. Signed-off-by: Chengwen Feng Signed-off-by: Min Hu (Connor) --- lib/librte_telemetry/telemetry.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/librte_telemetry/telemetry.c