Re: [dpdk-dev] [PATCH v4 0/2] fix missing check for thread creation
> Chengwen Feng (2): > telemetry: fix missing check for thread creation > test: fix missing check for thread creation Applied, thanks
[dpdk-dev] [PATCH v4 0/2] fix missing check for thread creation
There exist some thread creation function without result check. This set of patches add result check and message print out after failure. Chengwen Feng (2): telemetry: fix missing check for thread creation test: fix missing check for thread creation --- v4: * change error logging. v3: * modi