patch 'test/event: fix timer adapter creation test' has been queued to stable release 19.11.11

christian.ehrhardt at canonical.com christian.ehrhardt at canonical.com
Tue Nov 30 17:34:59 CET 2021


Hi,

FYI, your patch has been queued to stable release 19.11.11

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before December 10th 2021. So please
shout if anyone has objections.

Also note that after the patch there's a diff of the upstream commit vs the
patch applied to the branch. This will indicate if there was any rebasing
needed to apply to the stable branch. If there were code changes for rebasing
(ie: not only metadata diffs), please double check that the rebase was
correctly done.

Queued patches are on a temporary branch at:
https://github.com/cpaelzer/dpdk-stable-queue

This queued commit can be viewed at:
https://github.com/cpaelzer/dpdk-stable-queue/commit/b154202754dc960cdf5fd4ab0447fb82797f0d23

Thanks.

Christian Ehrhardt <christian.ehrhardt at canonical.com>

---
>From b154202754dc960cdf5fd4ab0447fb82797f0d23 Mon Sep 17 00:00:00 2001
From: Shijith Thotton <sthotton at marvell.com>
Date: Tue, 31 Aug 2021 01:42:59 +0530
Subject: [PATCH] test/event: fix timer adapter creation test

[ upstream commit e6cb7e70dfc58f21739fc67d91d1af49266e0b71 ]

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 at marvell.com>
Acked-by: Erik Gabriel Carrillo <erik.g.carrillo at intel.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 b536ddef40..efd86cad58 100644
--- a/app/test/test_event_timer_adapter.c
+++ b/app/test/test_event_timer_adapter.c
@@ -966,8 +966,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.34.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2021-11-30 16:50:11.409987485 +0100
+++ 0095-test-event-fix-timer-adapter-creation-test.patch	2021-11-30 16:50:05.894874293 +0100
@@ -1 +1 @@
-From e6cb7e70dfc58f21739fc67d91d1af49266e0b71 Mon Sep 17 00:00:00 2001
+From b154202754dc960cdf5fd4ab0447fb82797f0d23 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit e6cb7e70dfc58f21739fc67d91d1af49266e0b71 ]
+
@@ -10 +11,0 @@
-Cc: stable at dpdk.org
@@ -19 +20 @@
-index 121c2d93e8..12c00e678e 100644
+index b536ddef40..efd86cad58 100644
@@ -22 +23 @@
-@@ -1070,8 +1070,6 @@ adapter_create(void)
+@@ -966,8 +966,6 @@ adapter_create(void)


More information about the stable mailing list