patch 'doc: fix inline crypto feature status for iavf' has been queued to stable release 24.11.5

luca.boccassi at gmail.com luca.boccassi at gmail.com
Fri Feb 20 15:55:51 CET 2026


Hi,

FYI, your patch has been queued to stable release 24.11.5

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

Thanks.

Luca Boccassi

---
>From f49c56e3b4533f68660305f22062b4c5fcc33d6b Mon Sep 17 00:00:00 2001
From: Ciara Loftus <ciara.loftus at intel.com>
Date: Fri, 12 Dec 2025 11:06:27 +0000
Subject: [PATCH] doc: fix inline crypto feature status for iavf

[ upstream commit 695fba6ac669c555f4a1d651eb3247cd30fac260 ]

inline crypto is only supported on the scalar path so change its status
to partially supported.

Fixes: 6bc987ecb860 ("net/iavf: support IPsec inline crypto")

Signed-off-by: Ciara Loftus <ciara.loftus at intel.com>
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
---
 doc/guides/nics/features/iavf.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guides/nics/features/iavf.ini b/doc/guides/nics/features/iavf.ini
index cd70a495b1..5f6eb8d2b8 100644
--- a/doc/guides/nics/features/iavf.ini
+++ b/doc/guides/nics/features/iavf.ini
@@ -27,7 +27,7 @@ RSS key update       = Y
 RSS reta update      = Y
 VLAN filter          = Y
 Traffic manager      = Y
-Inline crypto        = Y
+Inline crypto        = P
 CRC offload          = Y
 VLAN offload         = P
 L3 checksum offload  = Y
-- 
2.47.3

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2026-02-20 14:55:45.161206345 +0000
+++ 0049-doc-fix-inline-crypto-feature-status-for-iavf.patch	2026-02-20 14:55:43.228191480 +0000
@@ -1 +1 @@
-From 695fba6ac669c555f4a1d651eb3247cd30fac260 Mon Sep 17 00:00:00 2001
+From f49c56e3b4533f68660305f22062b4c5fcc33d6b Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 695fba6ac669c555f4a1d651eb3247cd30fac260 ]
+
@@ -10 +11,0 @@
-Cc: stable at dpdk.org
@@ -19 +20 @@
-index 6c9e97594f..0ba6f7dfd7 100644
+index cd70a495b1..5f6eb8d2b8 100644
@@ -30 +31 @@
- QinQ offload         = P
+ L3 checksum offload  = Y


More information about the stable mailing list