patch 'net/txgbe: remove duplicate Tx queue assignment' has been queued to stable release 24.11.4
Kevin Traynor
ktraynor at redhat.com
Fri Nov 21 12:20:11 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/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/kevintraynor/dpdk-stable
This queued commit can be viewed at:
https://github.com/kevintraynor/dpdk-stable/commit/a448c0091728250dd14b2c115598a2dc5ab929a0
Thanks.
Kevin
---
>From a448c0091728250dd14b2c115598a2dc5ab929a0 Mon Sep 17 00:00:00 2001
From: Jiawen Wu <jiawenwu at trustnetic.com>
Date: Mon, 27 Oct 2025 11:15:30 +0800
Subject: [PATCH] net/txgbe: remove duplicate Tx queue assignment
[ upstream commit 1623a62ba811dbfd3e261ccdbac6d6c95a3ecfcb ]
Duplicate code was introduced in the previous patch, cleanup it.
Fixes: 0eabdfcd4af4 ("net/txgbe: enable Tx descriptor error interrupt")
Signed-off-by: Jiawen Wu <jiawenwu at trustnetic.com>
---
drivers/net/txgbe/txgbe_rxtx.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/net/txgbe/txgbe_rxtx.c b/drivers/net/txgbe/txgbe_rxtx.c
index 30b49f7cc4..5cc8ca988b 100644
--- a/drivers/net/txgbe/txgbe_rxtx.c
+++ b/drivers/net/txgbe/txgbe_rxtx.c
@@ -877,5 +877,4 @@ txgbe_xmit_pkts(void *tx_queue, struct rte_mbuf **tx_pkts,
tx_offload.data[0] = 0;
tx_offload.data[1] = 0;
- txq = tx_queue;
sw_ring = txq->sw_ring;
txr = txq->tx_ring;
--
2.51.0
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2025-11-21 11:05:10.456916600 +0000
+++ 0027-net-txgbe-remove-duplicate-Tx-queue-assignment.patch 2025-11-21 11:05:09.412200952 +0000
@@ -1 +1 @@
-From 1623a62ba811dbfd3e261ccdbac6d6c95a3ecfcb Mon Sep 17 00:00:00 2001
+From a448c0091728250dd14b2c115598a2dc5ab929a0 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 1623a62ba811dbfd3e261ccdbac6d6c95a3ecfcb ]
+
@@ -9 +10,0 @@
-Cc: stable at dpdk.org
@@ -17 +18 @@
-index a3472bcf34..78199ea00b 100644
+index 30b49f7cc4..5cc8ca988b 100644
@@ -20 +21 @@
-@@ -890,5 +890,4 @@ txgbe_xmit_pkts(void *tx_queue, struct rte_mbuf **tx_pkts,
+@@ -877,5 +877,4 @@ txgbe_xmit_pkts(void *tx_queue, struct rte_mbuf **tx_pkts,
More information about the stable
mailing list