Re: [dpdk-dev] [PATCH v2 1/2] telemetry: fix missing check for thread creation

2021-04-15 Thread Min Hu (Connor)
Hi, David, ALl has been fixed in v3, please check it out, thanks. 在 2021/4/12 15:48, David Marchand 写道: On Mon, Apr 12, 2021 at 2:32 AM Min Hu (Connor) wrote: From: Chengwen Feng Add result check and message print out for thread creation after failure. Ah, I was looking at this co

Re: [dpdk-dev] [PATCH v2 1/2] telemetry: fix missing check for thread creation

2021-04-12 Thread David Marchand
On Mon, Apr 12, 2021 at 2:32 AM Min Hu (Connor) wrote: > > From: Chengwen Feng > > Add result check and message print out for thread creation after > failure. Ah, I was looking at this code too, while looking at your other series :-). > > Fixes: b80fe1805eee ("telemetry: introduce backward com

[dpdk-dev] [PATCH v2 1/2] telemetry: fix missing check for thread creation

2021-04-11 Thread Min Hu (Connor)
From: Chengwen Feng Add result check and message print out for thread creation after failure. Fixes: b80fe1805eee ("telemetry: introduce backward compatibility") Cc: sta...@dpdk.org Signed-off-by: Chengwen Feng Signed-off-by: Min Hu (Connor) --- lib/librte_telemetry/telemetry.c| 28 +