From: David Marchand <david.marchand@redhat.com>
To: dev@dpdk.org
Cc: Pavan Nikhilesh <pbhagavatula@marvell.com>
Subject: [PATCH] test/event: disable vector adapter test
Date: Wed, 11 Jun 2025 15:37:51 +0200 [thread overview]
Message-ID: <20250611133751.1477562-1-david.marchand@redhat.com> (raw)
This test triggers random failures in the CI.
Disable it until we have a fix.
Bugzilla ID: 1720
Fixes: de09387f1313 ("eventdev/vector: add default software vector adapter")
Signed-off-by: David Marchand <david.marchand@redhat.com>
---
app/test/test_event_vector_adapter.c | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/app/test/test_event_vector_adapter.c b/app/test/test_event_vector_adapter.c
index 8c05853831..1441b0ff17 100644
--- a/app/test/test_event_vector_adapter.c
+++ b/app/test/test_event_vector_adapter.c
@@ -10,7 +10,7 @@
#include "test.h"
#ifdef RTE_EXEC_ENV_WINDOWS
-static int
+static int __rte_unused
test_event_vector_adapter(void)
{
printf("event_vector_adapter not supported on Windows, skipping test\n");
@@ -669,7 +669,7 @@ static struct unit_test_suite functional_testsuite = {
}
};
-static int
+static int __rte_unused
test_event_vector_adapter(void)
{
return unit_test_suite_runner(&functional_testsuite);
@@ -677,4 +677,6 @@ test_event_vector_adapter(void)
#endif
-REGISTER_FAST_TEST(event_vector_adapter_autotest, true, true, test_event_vector_adapter);
+/* disabled because of reported failures, waiting for a fix
+ * REGISTER_FAST_TEST(event_vector_adapter_autotest, true, true, test_event_vector_adapter);
+ */
--
2.49.0
next reply other threads:[~2025-06-11 13:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-11 13:37 David Marchand [this message]
2025-06-11 17:15 ` Thomas Monjalon
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=20250611133751.1477562-1-david.marchand@redhat.com \
--to=david.marchand@redhat.com \
--cc=dev@dpdk.org \
--cc=pbhagavatula@marvell.com \
/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;
as well as URLs for NNTP newsgroup(s).