public inbox for dev@dpdk.org
 help / color / mirror / Atom feed
From: Bruce Richardson <bruce.richardson@intel.com>
To: dev@dpdk.org
Cc: david.marchand@redhat.com, Bruce Richardson <bruce.richardson@intel.com>
Subject: [PATCH v2 0/3] improve error reporting & resilience in unit tests
Date: Fri, 13 Feb 2026 15:22:23 +0000	[thread overview]
Message-ID: <20260213152227.879170-1-bruce.richardson@intel.com> (raw)
In-Reply-To: <20260126164519.3029952-1-bruce.richardson@intel.com>

In the EAL flags unit tests sporadic errors were encountered which were proving
both difficult to debug and to reproduce. This series aims to improve the
situation by firstly adding more debug logs and output so we can better
root cause any issues experienced. The final patch then removes pci probing from
many test runs where its not needed, so as to avoid issues with unexpected
drivers being loaded or probed due to the HW on the system running the tests.

V2: split second patch into two, to separate out logging and no-pci changes

Bruce Richardson (3):
  eal: add location info to interrupt error message
  test/eal_flags: add EAL debug flags to recursive calls
  test/eal_flags: remove PCI probing for recursive calls

 app/test/test_eal_flags.c              | 229 +++++++++++++------------
 lib/eal/common/eal_common_interrupts.c |   2 +-
 2 files changed, 123 insertions(+), 108 deletions(-)

--
2.51.0


  parent reply	other threads:[~2026-02-13 15:22 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-26 16:45 [PATCH 1/2] eal: add location info to interrupt error message Bruce Richardson
2026-01-26 16:45 ` [PATCH 2/2] test/eal_flags: add EAL debug logs to recursive calls Bruce Richardson
2026-02-03 14:17   ` David Marchand
2026-02-03 15:39     ` Bruce Richardson
2026-01-26 18:16 ` [PATCH 1/2] eal: add location info to interrupt error message Stephen Hemminger
2026-02-13 15:22 ` Bruce Richardson [this message]
2026-02-13 15:22   ` [PATCH v2 1/3] " Bruce Richardson
2026-02-13 15:22   ` [PATCH v2 2/3] test/eal_flags: add EAL debug flags to recursive calls Bruce Richardson
2026-02-13 15:22   ` [PATCH v2 3/3] test/eal_flags: remove PCI probing for " Bruce Richardson
2026-02-16 14:48   ` [PATCH v2 0/3] improve error reporting & resilience in unit tests David Marchand

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260213152227.879170-1-bruce.richardson@intel.com \
    --to=bruce.richardson@intel.com \
    --cc=david.marchand@redhat.com \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox