DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] test/event: fix device stop
@ 2024-10-22 12:03 pbhagavatula
  0 siblings, 0 replies; only message in thread
From: pbhagavatula @ 2024-10-22 12:03 UTC (permalink / raw)
  To: jerinj; +Cc: dev, Pavan Nikhilesh

From: Pavan Nikhilesh <pbhagavatula@marvell.com>

Fix missing event device stop after finishing the
test case.

Fixes: acc65ee307f7 ("eventdev: introduce event pre-scheduling")

Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
---
 app/test/test_eventdev.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/test/test_eventdev.c b/app/test/test_eventdev.c
index a9258d2abc..b03a62fe70 100644
--- a/app/test/test_eventdev.c
+++ b/app/test/test_eventdev.c
@@ -1450,7 +1450,7 @@ static struct unit_test_suite eventdev_common_testsuite  = {
 			test_eventdev_start_stop),
 		TEST_CASE_ST(eventdev_configure_setup, eventdev_stop_device,
 			test_eventdev_profile_switch),
-		TEST_CASE_ST(eventdev_configure_setup, NULL,
+		TEST_CASE_ST(eventdev_configure_setup, eventdev_stop_device,
 			test_eventdev_preschedule_configure),
 		TEST_CASE_ST(eventdev_configure_setup, eventdev_stop_device,
 			test_eventdev_preschedule_modify),
-- 
2.25.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-10-22 12:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-22 12:03 [PATCH] test/event: fix device stop pbhagavatula

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).