DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] crypto/qat: fix qp number
@ 2021-11-03 15:08 Przemyslaw Zegan
  2021-11-03 18:01 ` Kusztal, ArkadiuszX
  0 siblings, 1 reply; 3+ messages in thread
From: Przemyslaw Zegan @ 2021-11-03 15:08 UTC (permalink / raw)
  To: dev; +Cc: gakhil, roy.fan.zhang, Przemyslaw Zegan

This patch fixes incorrect number of queue pairs

Fixes: 4c0d2ee23c39 ("crypto/qat: remove incorrect usage of bundle number" )
Cc: roy.fan.zhang@intel.com

Signed-off-by: Przemyslaw Zegan <przemyslawx.zegan@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 f98bbb5001..a6d403fac3 100644
--- a/drivers/common/qat/qat_adf/adf_transport_access_macros.h
+++ b/drivers/common/qat/qat_adf/adf_transport_access_macros.h
@@ -55,7 +55,7 @@
 #define ADF_ARB_RINGSRVARBEN_OFFSET 0x19C
 
 /* 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.30.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-11-04 11:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-03 15:08 [dpdk-dev] [PATCH] crypto/qat: fix qp number Przemyslaw Zegan
2021-11-03 18:01 ` Kusztal, ArkadiuszX
2021-11-04 11:46   ` Akhil Goyal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).