DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] app/test: fix event timer adapter create unit test
@ 2021-08-30 20:12 Shijith Thotton
  2021-09-09 20:11 ` Carrillo, Erik G
  0 siblings, 1 reply; 5+ messages in thread
From: Shijith Thotton @ 2021-08-30 20:12 UTC (permalink / raw)
  To: dev; +Cc: Shijith Thotton, jerinj, pbhagavatula, Erik Gabriel Carrillo

Removed freeing of unallocated mempool in event timer adapter create
unit test.

Fixes: d1f3385d0076 ("test: add event timer adapter auto-test")

Signed-off-by: Shijith Thotton <sthotton@marvell.com>
---
 app/test/test_event_timer_adapter.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/app/test/test_event_timer_adapter.c b/app/test/test_event_timer_adapter.c
index 121c2d93e8..12c00e678e 100644
--- a/app/test/test_event_timer_adapter.c
+++ b/app/test/test_event_timer_adapter.c
@@ -1070,8 +1070,6 @@ adapter_create(void)
 	TEST_ASSERT_SUCCESS(rte_event_timer_adapter_free(adapter),
 			"Failed to free adapter");
 
-	rte_mempool_free(eventdev_test_mempool);
-
 	return TEST_SUCCESS;
 }
 
-- 
2.25.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-10-25  9:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-30 20:12 [dpdk-dev] [PATCH] app/test: fix event timer adapter create unit test Shijith Thotton
2021-09-09 20:11 ` Carrillo, Erik G
2021-10-22  4:34   ` Shijith Thotton
2021-10-25  9:54     ` Thomas Monjalon
2021-10-25  9:56   ` Thomas Monjalon

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