patch 'net/ice: remove unsupported SCTP Rx offload' has been queued to stable release 24.11.4

Kevin Traynor ktraynor at redhat.com
Fri Oct 31 15:34:15 CET 2025


Hi,

FYI, your patch has been queued to stable release 24.11.4

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

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

Thanks.

Kevin

---
>From c28dd1dfd4d2381248b63a7022a810ae621fb2e3 Mon Sep 17 00:00:00 2001
From: Ciara Loftus <ciara.loftus at intel.com>
Date: Fri, 31 Oct 2025 12:22:09 +0000
Subject: [PATCH] net/ice: remove unsupported SCTP Rx offload

[ upstream commit 58e315f5b724392f34a2eadbbb93c4a9076b1ac3 ]

The offload RTE_ETH_RX_OFFLOAD_SCTP_CKSUM is not supported in the ice
driver so remove the one erroneous use of it.

Fixes: 808a17b3c1e6 ("net/ice: add Rx AVX512 offload path")

Signed-off-by: Ciara Loftus <ciara.loftus at intel.com>
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
---
 drivers/net/ice/ice_rxtx_vec_common.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/ice/ice_rxtx_vec_common.h b/drivers/net/ice/ice_rxtx_vec_common.h
index d745eda567..5fa81b3cd2 100644
--- a/drivers/net/ice/ice_rxtx_vec_common.h
+++ b/drivers/net/ice/ice_rxtx_vec_common.h
@@ -268,5 +268,4 @@ ice_rxq_vec_setup_default(struct ice_rx_queue *rxq)
 #define ICE_RX_VECTOR_OFFLOAD (				\
 		RTE_ETH_RX_OFFLOAD_CHECKSUM |		\
-		RTE_ETH_RX_OFFLOAD_SCTP_CKSUM |		\
 		RTE_ETH_RX_OFFLOAD_VLAN_STRIP |		\
 		RTE_ETH_RX_OFFLOAD_VLAN_FILTER |	\
-- 
2.51.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2025-10-31 13:53:56.207527108 +0000
+++ 0133-net-ice-remove-unsupported-SCTP-Rx-offload.patch	2025-10-31 13:53:52.328524280 +0000
@@ -1 +1 @@
-From 58e315f5b724392f34a2eadbbb93c4a9076b1ac3 Mon Sep 17 00:00:00 2001
+From c28dd1dfd4d2381248b63a7022a810ae621fb2e3 Mon Sep 17 00:00:00 2001
@@ -3 +3 @@
-Date: Mon, 18 Aug 2025 10:59:09 +0000
+Date: Fri, 31 Oct 2025 12:22:09 +0000
@@ -5,0 +6,2 @@
+[ upstream commit 58e315f5b724392f34a2eadbbb93c4a9076b1ac3 ]
+
@@ -8,0 +11,2 @@
+Fixes: 808a17b3c1e6 ("net/ice: add Rx AVX512 offload path")
+
@@ -12 +16 @@
- drivers/net/intel/ice/ice_rxtx_vec_common.h | 1 -
+ drivers/net/ice/ice_rxtx_vec_common.h | 1 -
@@ -15,5 +19,5 @@
-diff --git a/drivers/net/intel/ice/ice_rxtx_vec_common.h b/drivers/net/intel/ice/ice_rxtx_vec_common.h
-index e41fd8fc7c..fd99048687 100644
---- a/drivers/net/intel/ice/ice_rxtx_vec_common.h
-+++ b/drivers/net/intel/ice/ice_rxtx_vec_common.h
-@@ -72,5 +72,4 @@ _ice_rx_queue_release_mbufs_vec(struct ci_rx_queue *rxq)
+diff --git a/drivers/net/ice/ice_rxtx_vec_common.h b/drivers/net/ice/ice_rxtx_vec_common.h
+index d745eda567..5fa81b3cd2 100644
+--- a/drivers/net/ice/ice_rxtx_vec_common.h
++++ b/drivers/net/ice/ice_rxtx_vec_common.h
+@@ -268,5 +268,4 @@ ice_rxq_vec_setup_default(struct ice_rx_queue *rxq)



More information about the stable mailing list