patch 'pdcp: add digest physical address' has been queued to stable release 25.11.1
Kevin Traynor
ktraynor at redhat.com
Thu Feb 26 14:09:39 CET 2026
Hi,
FYI, your patch has been queued to stable release 25.11.1
Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 03/02/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/kevintraynor/dpdk-stable
This queued commit can be viewed at:
https://github.com/kevintraynor/dpdk-stable/commit/40ff0a52c1211dc21b85ca654144c16f9e7ad021
Thanks.
Kevin
---
>From 40ff0a52c1211dc21b85ca654144c16f9e7ad021 Mon Sep 17 00:00:00 2001
From: Radu Nicolau <radu.nicolau at intel.com>
Date: Tue, 2 Dec 2025 10:45:50 +0000
Subject: [PATCH] pdcp: add digest physical address
[ upstream commit 9b1a845e51e752158489cd6040024f3121644906 ]
Set the physical address for digest buffer.
Fixes: a785af14ff79 ("pdcp: add pre and post process for UL")
Signed-off-by: Radu Nicolau <radu.nicolau at intel.com>
Acked-by: Kai Ji <kai.ji at intel.com>
Acked-by: Anoob Joseph <anoobj at marvell.com>
---
lib/pdcp/pdcp_process.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lib/pdcp/pdcp_process.c b/lib/pdcp/pdcp_process.c
index 9b9b881124..f55ae3bec0 100644
--- a/lib/pdcp/pdcp_process.c
+++ b/lib/pdcp/pdcp_process.c
@@ -352,4 +352,6 @@ cop_prepare(const struct entity_priv *en_priv, struct rte_mbuf *mb, struct rte_c
op->auth.digest.data = rte_pktmbuf_mtod_offset(mb, uint8_t *,
(pkt_len - RTE_PDCP_MAC_I_LEN));
+ op->auth.digest.phys_addr = rte_pktmbuf_iova_offset(mb,
+ (pkt_len - RTE_PDCP_MAC_I_LEN));
}
--
2.53.0
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2026-02-26 10:16:50.849528318 +0000
+++ 0097-pdcp-add-digest-physical-address.patch 2026-02-26 10:16:47.042459635 +0000
@@ -1 +1 @@
-From 9b1a845e51e752158489cd6040024f3121644906 Mon Sep 17 00:00:00 2001
+From 40ff0a52c1211dc21b85ca654144c16f9e7ad021 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 9b1a845e51e752158489cd6040024f3121644906 ]
+
@@ -9 +10,0 @@
-Cc: stable at dpdk.org
More information about the stable
mailing list