mbox

[v2,0/3] bugfix for trace

Message ID 20220614055900.22848-1-fengchengwen@huawei.com (mailing list archive)
Headers

Message

fengchengwen June 14, 2022, 5:58 a.m. UTC
  This patch contains two bugfix for trace and one test patch.

Chengwen Feng (3):
  eal: fix segment fault when exit trace
  eal: fix trace init fail with long file-prefix
  test: support trace-autotest when enable trace

---
v2:
* add test-by from Jerin Jacob for the 1/3 patch.
* add freebsd change file because David Marchand verify it.
* add more bugfix patch when try to enhance testcase.

 app/test/meson.build                    | 11 +++++++++++
 lib/eal/common/eal_common_trace_utils.c |  2 +-
 lib/eal/freebsd/eal.c                   |  4 ++--
 lib/eal/linux/eal.c                     |  4 ++--
 4 files changed, 16 insertions(+), 5 deletions(-)