patch 'crypto/qat: fix sym device prototype' has been queued to stable release 22.11.3

Xueming Li xuemingl at nvidia.com
Thu Aug 10 01:47:29 CEST 2023


Hi,

FYI, your patch has been queued to stable release 22.11.3

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 08/11/23. 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://git.dpdk.org/dpdk-stable/log/?h=22.11-staging

This queued commit can be viewed at:
https://git.dpdk.org/dpdk-stable/commit/?h=22.11-staging&id=981792ebc40a6a6fe415d07738e1cc91a3ccfaa8

Thanks.

Xueming Li <xuemingl at nvidia.com>

---
>From 981792ebc40a6a6fe415d07738e1cc91a3ccfaa8 Mon Sep 17 00:00:00 2001
From: Maxime Coquelin <maxime.coquelin at redhat.com>
Date: Tue, 20 Jun 2023 09:52:46 +0200
Subject: [PATCH] crypto/qat: fix sym device prototype
Cc: Xueming Li <xuemingl at nvidia.com>

[ upstream commit d4e39d35393e50c5ee1eca99566060d93031509c ]

qat_dev_cmd_param parameter of qat_sym_dev_create() was
wrongly marked as unused, this patch fixes it.

Fixes: fb3b9f492205 ("crypto/qat: rework burst data path")

Signed-off-by: Maxime Coquelin <maxime.coquelin at redhat.com>
Acked-by: Tyler Retzlaff <roretzla at linux.microsoft.com>
Acked-by: Fan Zhang <fanzhang.oss at gmail.com>
---
 drivers/crypto/qat/qat_sym.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/crypto/qat/qat_sym.c b/drivers/crypto/qat/qat_sym.c
index 08e92191a3..2450f042c8 100644
--- a/drivers/crypto/qat/qat_sym.c
+++ b/drivers/crypto/qat/qat_sym.c
@@ -179,7 +179,7 @@ qat_sym_dequeue_burst(void *qp, struct rte_crypto_op **ops,
 
 int
 qat_sym_dev_create(struct qat_pci_device *qat_pci_dev,
-		struct qat_dev_cmd_param *qat_dev_cmd_param __rte_unused)
+		struct qat_dev_cmd_param *qat_dev_cmd_param)
 {
 	int i = 0, ret = 0;
 	uint16_t slice_map = 0;
-- 
2.25.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2023-08-09 21:51:18.486928000 +0800
+++ 0007-crypto-qat-fix-sym-device-prototype.patch	2023-08-09 21:51:18.114352000 +0800
@@ -1 +1 @@
-From d4e39d35393e50c5ee1eca99566060d93031509c Mon Sep 17 00:00:00 2001
+From 981792ebc40a6a6fe415d07738e1cc91a3ccfaa8 Mon Sep 17 00:00:00 2001
@@ -4,0 +5,3 @@
+Cc: Xueming Li <xuemingl at nvidia.com>
+
+[ upstream commit d4e39d35393e50c5ee1eca99566060d93031509c ]
@@ -10 +12,0 @@
-Cc: stable at dpdk.org
@@ -20 +22 @@
-index d07132aaa1..725c9e3934 100644
+index 08e92191a3..2450f042c8 100644
@@ -23 +25 @@
-@@ -180,7 +180,7 @@ qat_sym_dequeue_burst(void *qp, struct rte_crypto_op **ops,
+@@ -179,7 +179,7 @@ qat_sym_dequeue_burst(void *qp, struct rte_crypto_op **ops,


More information about the stable mailing list