patch 'common/qat: fix legacy flag' has been queued to stable release 23.11.1
Xueming Li
xuemingl at nvidia.com
Sat Apr 13 14:48:12 CEST 2024
Hi,
FYI, your patch has been queued to stable release 23.11.1
Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 04/15/24. 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=23.11-staging
This queued commit can be viewed at:
https://git.dpdk.org/dpdk-stable/commit/?h=23.11-staging&id=af414b892d61870494e57aba0b9147ecec03c3d1
Thanks.
Xueming Li <xuemingl at nvidia.com>
---
>From af414b892d61870494e57aba0b9147ecec03c3d1 Mon Sep 17 00:00:00 2001
From: Arkadiusz Kusztal <arkadiuszx.kusztal at intel.com>
Date: Fri, 1 Mar 2024 15:52:51 +0000
Subject: [PATCH] common/qat: fix legacy flag
Cc: Xueming Li <xuemingl at nvidia.com>
[ upstream commit 8191276fc5c10d55df72fd3bb80f97409b620318 ]
This commit fixes a legacy flag, which was placed in a file
that may not be included in a building process.
Fixes: cffb726b7797 ("crypto/qat: enable insecure algorithms")
Signed-off-by: Arkadiusz Kusztal <arkadiuszx.kusztal at intel.com>
Acked-by: Brian Dooley <brian.dooley at intel.com>
---
drivers/common/qat/qat_device.c | 1 +
drivers/crypto/qat/qat_sym.c | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/common/qat/qat_device.c b/drivers/common/qat/qat_device.c
index f55dc3c6f0..eceb5c89c4 100644
--- a/drivers/common/qat/qat_device.c
+++ b/drivers/common/qat/qat_device.c
@@ -29,6 +29,7 @@ struct qat_dev_hw_spec_funcs *qat_dev_hw_spec[QAT_N_GENS];
/* per-process array of device data */
struct qat_device_info qat_pci_devs[RTE_PMD_QAT_MAX_PCI_DEVICES];
static int qat_nb_pci_devices;
+int qat_legacy_capa;
/*
* The set of PCI devices this driver supports
diff --git a/drivers/crypto/qat/qat_sym.c b/drivers/crypto/qat/qat_sym.c
index 6e03bde841..4fa539769b 100644
--- a/drivers/crypto/qat/qat_sym.c
+++ b/drivers/crypto/qat/qat_sym.c
@@ -18,7 +18,6 @@
#include "qat_qp.h"
uint8_t qat_sym_driver_id;
-int qat_legacy_capa;
struct qat_crypto_gen_dev_ops qat_sym_gen_dev_ops[QAT_N_GENS];
--
2.34.1
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2024-04-13 20:43:05.526426641 +0800
+++ 0012-common-qat-fix-legacy-flag.patch 2024-04-13 20:43:04.907754049 +0800
@@ -1 +1 @@
-From 8191276fc5c10d55df72fd3bb80f97409b620318 Mon Sep 17 00:00:00 2001
+From af414b892d61870494e57aba0b9147ecec03c3d1 Mon Sep 17 00:00:00 2001
@@ -4,0 +5,3 @@
+Cc: Xueming Li <xuemingl at nvidia.com>
+
+[ upstream commit 8191276fc5c10d55df72fd3bb80f97409b620318 ]
@@ -10 +12,0 @@
-Cc: stable at dpdk.org
@@ -20 +22 @@
-index a27252ea4d..500ca0f308 100644
+index f55dc3c6f0..eceb5c89c4 100644
@@ -23 +25 @@
-@@ -31,6 +31,7 @@ struct qat_service qat_service[QAT_MAX_SERVICES];
+@@ -29,6 +29,7 @@ struct qat_dev_hw_spec_funcs *qat_dev_hw_spec[QAT_N_GENS];
@@ -32 +34 @@
-index efca8f3ba1..6c7b1724ef 100644
+index 6e03bde841..4fa539769b 100644
@@ -35 +37 @@
-@@ -19,7 +19,6 @@
+@@ -18,7 +18,6 @@
@@ -41,2 +43,2 @@
- #define SYM_ENQ_THRESHOLD_NAME "qat_sym_enq_threshold"
- #define SYM_CIPHER_CRC_ENABLE_NAME "qat_sym_cipher_crc_enable"
+ struct qat_crypto_gen_dev_ops qat_sym_gen_dev_ops[QAT_N_GENS];
+
More information about the stable
mailing list