[dpdk-dev] [PATCH v4 0/2] fix missing check for thread creation

2021-04-16 Thread Min Hu (Connor)
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

Re: [dpdk-dev] [PATCH v4 0/2] fix missing check for thread creation

2021-04-21 Thread Thomas Monjalon
> Chengwen Feng (2): > telemetry: fix missing check for thread creation > test: fix missing check for thread creation Applied, thanks