patch 'common/qat: fix queue pairs number' has been queued to stable release 19.11.11

christian.ehrhardt at canonical.com christian.ehrhardt at canonical.com
Tue Nov 30 17:35:25 CET 2021


Hi,

FYI, your patch has been queued to stable release 19.11.11

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before December 10th 2021. 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/cpaelzer/dpdk-stable-queue

This queued commit can be viewed at:
https://github.com/cpaelzer/dpdk-stable-queue/commit/d2b406a1da4f4cbc1f6a1b1940659819e2ae2d34

Thanks.

Christian Ehrhardt <christian.ehrhardt at canonical.com>

---
>From d2b406a1da4f4cbc1f6a1b1940659819e2ae2d34 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

[ 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 1eef5513fb..1c0b78b3f3 100644
--- a/drivers/common/qat/qat_adf/adf_transport_access_macros.h
+++ b/drivers/common/qat/qat_adf/adf_transport_access_macros.h
@@ -51,7 +51,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.34.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2021-11-30 16:50:13.041959557 +0100
+++ 0121-common-qat-fix-queue-pairs-number.patch	2021-11-30 16:50:05.946874675 +0100
@@ -1 +1 @@
-From 4badfb0205f786b56cc25784787cbe566c0ad640 Mon Sep 17 00:00:00 2001
+From d2b406a1da4f4cbc1f6a1b1940659819e2ae2d34 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 4badfb0205f786b56cc25784787cbe566c0ad640 ]
+
@@ -9 +10,0 @@
-Cc: stable at dpdk.org
@@ -18 +19 @@
-index f98bbb5001..a6d403fac3 100644
+index 1eef5513fb..1c0b78b3f3 100644
@@ -21,2 +22,2 @@
-@@ -55,7 +55,7 @@
- #define ADF_ARB_RINGSRVARBEN_OFFSET 0x19C
+@@ -51,7 +51,7 @@
+ #define ADF_DEFAULT_RING_SIZE ADF_RING_SIZE_16K


More information about the stable mailing list