Skip to content

Commit

Permalink
common/qat: fix queue pairs number
Browse files Browse the repository at this point in the history
[ upstream commit 4badfb0 ]

This patch fixes incorrect number of queue pairs.

Fixes: 4c0d2ee ("crypto/qat: remove incorrect usage of bundle number")

Signed-off-by: Przemyslaw Zegan <przemyslawx.zegan@intel.com>
Acked-by: Arek Kusztal <arkadiuszx.kusztal@intel.com>
  • Loading branch information
pzeganx authored and cpaelzer committed Nov 30, 2021
1 parent 50f8c29 commit d2b406a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/common/qat/qat_adf/adf_transport_access_macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d2b406a

Please sign in to comment.