patch 'eventdev: do not include driver header in DMA adapter' has been queued to stable release 23.11.6

Shani Peretz shperetz at nvidia.com
Sun Dec 21 15:56:36 CET 2025


Hi,

FYI, your patch has been queued to stable release 23.11.6

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

This queued commit can be viewed at:
https://github.com/shanipr/dpdk-stable/commit/c81d169f56cad0b6e1187f8726c6f4159e472e22

Thanks.

Shani

---
>From c81d169f56cad0b6e1187f8726c6f4159e472e22 Mon Sep 17 00:00:00 2001
From: David Marchand <david.marchand at redhat.com>
Date: Tue, 19 Nov 2024 22:31:12 +0100
Subject: [PATCH] eventdev: do not include driver header in DMA adapter

[ upstream commit faa398f28d7259e42954c04e048ad03398c938e5 ]

The dma adapter header does not require including rte_dmadev_pmd.h which
is a driver header.

Fixes: 66a30a29387a ("eventdev/dma: introduce DMA adapter")

Signed-off-by: David Marchand <david.marchand at redhat.com>
Acked-by: Amit Prakash Shukla <amitprakashs at marvell.com>
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
---
 lib/eventdev/rte_event_dma_adapter.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/eventdev/rte_event_dma_adapter.h b/lib/eventdev/rte_event_dma_adapter.h
index e924ab673d..c7434932e7 100644
--- a/lib/eventdev/rte_event_dma_adapter.h
+++ b/lib/eventdev/rte_event_dma_adapter.h
@@ -144,7 +144,7 @@
 #include <stdint.h>
 
 #include <rte_common.h>
-#include <rte_dmadev_pmd.h>
+#include <rte_dmadev.h>
 #include <rte_eventdev.h>
 
 #ifdef __cplusplus
-- 
2.43.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2025-12-21 16:54:19.722182903 +0200
+++ 0048-eventdev-do-not-include-driver-header-in-DMA-adapter.patch	2025-12-21 16:54:17.088066000 +0200
@@ -1 +1 @@
-From faa398f28d7259e42954c04e048ad03398c938e5 Mon Sep 17 00:00:00 2001
+From c81d169f56cad0b6e1187f8726c6f4159e472e22 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit faa398f28d7259e42954c04e048ad03398c938e5 ]
+
@@ -19 +21 @@
-index 5c480b82ff..34142f26db 100644
+index e924ab673d..c7434932e7 100644


More information about the stable mailing list