patch 'net/ice: add missing Tx burst mode name' has been queued to stable release 21.11.2

Kevin Traynor ktraynor at redhat.com
Tue May 10 14:29:44 CEST 2022


Hi,

FYI, your patch has been queued to stable release 21.11.2

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

Thanks.

Kevin

---
>From bb6683a89feda52605235c0f2fcb01d36072c83f Mon Sep 17 00:00:00 2001
From: Michael Pfeiffer <michael.pfeiffer at tu-ilmenau.de>
Date: Mon, 4 Apr 2022 16:41:44 +0200
Subject: [PATCH] net/ice: add missing Tx burst mode name

[ upstream commit c415bfb2dd7b4c15a9f914102a2674ac0cb4bd3b ]

The function ice_xmit_pkts_vec_avx2_offload was left out in the list
of tx functions for ice_tx_burst_mode_get.

Fixes: 52ccdcf2fd41 ("net/ice: add AVX2 offload Tx")

Signed-off-by: Michael Pfeiffer <michael.pfeiffer at tu-ilmenau.de>
Suggested-by: Michael Rossberg <michael.rossberg at tu-ilmenau.de>
Acked-by: Qi Zhang <qi.z.zhang at intel.com>
---
 drivers/net/ice/ice_rxtx.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/drivers/net/ice/ice_rxtx.c b/drivers/net/ice/ice_rxtx.c
index 2dd2637fbb..91cdc560f2 100644
--- a/drivers/net/ice/ice_rxtx.c
+++ b/drivers/net/ice/ice_rxtx.c
@@ -3605,6 +3605,7 @@ static const struct {
 	{ ice_xmit_pkts_vec_avx512_offload, "Offload Vector AVX512" },
 #endif
-	{ ice_xmit_pkts_vec_avx2, "Vector AVX2" },
-	{ ice_xmit_pkts_vec,      "Vector SSE" },
+	{ ice_xmit_pkts_vec_avx2,         "Vector AVX2" },
+	{ ice_xmit_pkts_vec_avx2_offload, "Offload Vector AVX2" },
+	{ ice_xmit_pkts_vec,              "Vector SSE" },
 #endif
 };
-- 
2.34.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2022-05-10 13:24:21.774809678 +0100
+++ 0007-net-ice-add-missing-Tx-burst-mode-name.patch	2022-05-10 13:24:21.560646304 +0100
@@ -1 +1 @@
-From c415bfb2dd7b4c15a9f914102a2674ac0cb4bd3b Mon Sep 17 00:00:00 2001
+From bb6683a89feda52605235c0f2fcb01d36072c83f Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit c415bfb2dd7b4c15a9f914102a2674ac0cb4bd3b ]
+
@@ -10 +11,0 @@
-Cc: stable at dpdk.org



More information about the stable mailing list