[dpdk-stable] patch 'crypto/scheduler: remove unused internal seqn' has been queued to stable release 19.11.6

luca.boccassi at gmail.com luca.boccassi at gmail.com
Mon Nov 9 19:40:03 CET 2020


Hi,

FYI, your patch has been queued to stable release 19.11.6

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/11/20. 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/89219b8fe16017bfef369a654733b17b609ae56d

Thanks.

Luca Boccassi

---
>From 89219b8fe16017bfef369a654733b17b609ae56d Mon Sep 17 00:00:00 2001
From: David Marchand <david.marchand at redhat.com>
Date: Wed, 28 Oct 2020 13:20:06 +0100
Subject: [PATCH] crypto/scheduler: remove unused internal seqn

[ upstream commit 2601dcffd5ac10cc1f8d4fc318315ebc4cc097d2 ]

This field has been left behind after dropping its use.

Fixes: 8a48e039432b ("crypto/scheduler: optimize crypto op ordering")

Signed-off-by: David Marchand <david.marchand at redhat.com>
---
 drivers/crypto/scheduler/scheduler_pmd_private.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/crypto/scheduler/scheduler_pmd_private.h b/drivers/crypto/scheduler/scheduler_pmd_private.h
index 3ed480c183..d6870177b1 100644
--- a/drivers/crypto/scheduler/scheduler_pmd_private.h
+++ b/drivers/crypto/scheduler/scheduler_pmd_private.h
@@ -59,7 +59,6 @@ struct scheduler_qp_ctx {
 	uint32_t max_nb_objs;
 
 	struct rte_ring *order_ring;
-	uint32_t seqn;
 } __rte_cache_aligned;
 
 
-- 
2.27.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2020-11-09 18:40:11.819997126 +0000
+++ 0015-crypto-scheduler-remove-unused-internal-seqn.patch	2020-11-09 18:40:11.087310598 +0000
@@ -1 +1 @@
-From 2601dcffd5ac10cc1f8d4fc318315ebc4cc097d2 Mon Sep 17 00:00:00 2001
+From 89219b8fe16017bfef369a654733b17b609ae56d Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 2601dcffd5ac10cc1f8d4fc318315ebc4cc097d2 ]
+
@@ -16 +18 @@
-index adb4eb0632..4d33b9ab44 100644
+index 3ed480c183..d6870177b1 100644


More information about the stable mailing list