[dpdk-stable] patch 'common/qat: fix queue pairs number' has been queued to stable release 20.11.4
Xueming Li
xuemingl at nvidia.com
Wed Nov 10 07:31:58 CET 2021
Hi,
FYI, your patch has been queued to stable release 20.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/12/21. 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/steevenlee/dpdk
This queued commit can be viewed at:
https://github.com/steevenlee/dpdk/commit/78d2c61c972dd0c6e8ab9ae1726dd5a31ff693af
Thanks.
Xueming Li <xuemingl at nvidia.com>
---
>From 78d2c61c972dd0c6e8ab9ae1726dd5a31ff693af Mon Sep 17 00:00:00 2001
From: Przemyslaw Zegan <przemyslawx.zegan at intel.com>
Date: Wed, 3 Nov 2021 15:08:23 +0000
Subject: [PATCH] common/qat: fix queue pairs number
Cc: Xueming Li <xuemingl at nvidia.com>
[ upstream commit 4badfb0205f786b56cc25784787cbe566c0ad640 ]
This patch fixes incorrect number of queue pairs.
Fixes: 4c0d2ee23c39 ("crypto/qat: remove incorrect usage of bundle number")
Signed-off-by: Przemyslaw Zegan <przemyslawx.zegan at intel.com>
Acked-by: Arek Kusztal <arkadiuszx.kusztal at intel.com>
---
drivers/common/qat/qat_adf/adf_transport_access_macros.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/common/qat/qat_adf/adf_transport_access_macros.h b/drivers/common/qat/qat_adf/adf_transport_access_macros.h
index 504ffb7236..044974c360 100644
--- a/drivers/common/qat/qat_adf/adf_transport_access_macros.h
+++ b/drivers/common/qat/qat_adf/adf_transport_access_macros.h
@@ -53,7 +53,7 @@
#define ADF_DEFAULT_RING_SIZE ADF_RING_SIZE_16K
/* Maximum number of qps on a device for any service type */
-#define ADF_MAX_QPS_ON_ANY_SERVICE 2
+#define ADF_MAX_QPS_ON_ANY_SERVICE 4
#define ADF_RING_DIR_TX 0
#define ADF_RING_DIR_RX 1
--
2.33.0
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2021-11-10 14:17:12.209840681 +0800
+++ 0234-common-qat-fix-queue-pairs-number.patch 2021-11-10 14:17:02.067411148 +0800
@@ -1 +1 @@
-From 4badfb0205f786b56cc25784787cbe566c0ad640 Mon Sep 17 00:00:00 2001
+From 78d2c61c972dd0c6e8ab9ae1726dd5a31ff693af Mon Sep 17 00:00:00 2001
@@ -4,0 +5,3 @@
+Cc: Xueming Li <xuemingl at nvidia.com>
+
+[ upstream commit 4badfb0205f786b56cc25784787cbe566c0ad640 ]
@@ -9 +11,0 @@
-Cc: stable at dpdk.org
@@ -18 +20 @@
-index f98bbb5001..a6d403fac3 100644
+index 504ffb7236..044974c360 100644
@@ -21,2 +23,2 @@
-@@ -55,7 +55,7 @@
- #define ADF_ARB_RINGSRVARBEN_OFFSET 0x19C
+@@ -53,7 +53,7 @@
+ #define ADF_DEFAULT_RING_SIZE ADF_RING_SIZE_16K
More information about the stable
mailing list