patch 'test/dispatcher: preserve event opaque field' has been queued to stable release 24.11.7

luca.boccassi at gmail.com luca.boccassi at gmail.com
Mon Jul 20 19:04:06 CEST 2026


Hi,

FYI, your patch has been queued to stable release 24.11.7

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 07/22/26. 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/bluca/dpdk-stable

This queued commit can be viewed at:
https://github.com/bluca/dpdk-stable/commit/78f628a838537ac29e722a529eeb55a0fc0c7bac

Thanks.

Luca Boccassi

---
>From 78f628a838537ac29e722a529eeb55a0fc0c7bac Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mattias=20R=C3=B6nnblom?= <mattias.ronnblom at ericsson.com>
Date: Wed, 11 Dec 2024 15:13:03 +0100
Subject: [PATCH] test/dispatcher: preserve event opaque field
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

[ upstream commit f395dde086430708a869576fa156bf7f7b72ac5c ]

The dispatcher tests failed to transfer the impl_opaque rte_event
field between the dequeued and enqueued event, in violation with the
Eventdev API contract.

Fixes: ecca8a0be606 ("lib: introduce dispatcher library")

Signed-off-by: Mattias Rönnblom <mattias.ronnblom at ericsson.com>
---
 app/test/test_dispatcher.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/test/test_dispatcher.c b/app/test/test_dispatcher.c
index 6eb3f572cf..a5fdf4a64c 100644
--- a/app/test/test_dispatcher.c
+++ b/app/test/test_dispatcher.c
@@ -385,6 +385,7 @@ test_app_process_queue(uint8_t p_event_dev_id, uint8_t p_event_port_id,
 				.sched_type = RTE_SCHED_TYPE_ATOMIC,
 				.op = RTE_EVENT_OP_FORWARD,
 				.priority = RTE_EVENT_DEV_PRIORITY_NORMAL,
+				.impl_opaque = in_event->impl_opaque,
 				.u64 = sn
 			};
 	}
-- 
2.47.3

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2026-07-20 18:03:26.331963160 +0100
+++ 0022-test-dispatcher-preserve-event-opaque-field.patch	2026-07-20 18:03:25.520443499 +0100
@@ -1 +1 @@
-From f395dde086430708a869576fa156bf7f7b72ac5c Mon Sep 17 00:00:00 2001
+From 78f628a838537ac29e722a529eeb55a0fc0c7bac Mon Sep 17 00:00:00 2001
@@ -8,0 +9,2 @@
+[ upstream commit f395dde086430708a869576fa156bf7f7b72ac5c ]
+
@@ -14 +15,0 @@
-Cc: stable at dpdk.org
@@ -22 +23 @@
-index 94b91ed4fe..9ab9eae7fa 100644
+index 6eb3f572cf..a5fdf4a64c 100644


More information about the stable mailing list