mbox series

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

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

Message

humin (Q) April 16, 2021, 8:18 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
---
v4:
* change error logging.

v3:
* modify return value check and error logging.

v2:
* fix compiling bugs of missig value.

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

Comments

Thomas Monjalon April 21, 2021, 2:32 p.m. UTC | #1
> Chengwen Feng (2):
>   telemetry: fix missing check for thread creation
>   test: fix missing check for thread creation

Applied, thanks