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

Min Hu (Connor) humin29 at huawei.com
Thu Apr 15 13:50:10 CEST 2021


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
---
v3:
* modify return value check and error logging.

v2:
* fix compiling bugs of missig value.

 app/test/process.h                      |  8 ++++++--
 lib/librte_telemetry/telemetry.c        | 30 +++++++++++++++++++++++++++---
 lib/librte_telemetry/telemetry_legacy.c | 10 ++++++++--
 3 files changed, 41 insertions(+), 7 deletions(-)

-- 
2.7.4



More information about the dev mailing list