mbox series

[v2,0/2] fix missing check for thread creation

Message ID 1618187540-55614-1-git-send-email-humin29@huawei.com (mailing list archive)
Headers
Series fix missing check for thread creation |

Message

humin (Q) April 12, 2021, 12:32 a.m. UTC
  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
---
v2:
* fix compiling bugs of missig value.

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