DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 1/2] common/qat: increase IM buffer size for QAT GEN3
@ 2021-04-28 14:41 Adam Dybkowski
  2021-04-28 14:41 ` [dpdk-dev] [PATCH 2/2] compress/qat: enable compression on " Adam Dybkowski
  2021-04-28 15:08 ` [dpdk-dev] [PATCH 1/2] common/qat: increase IM buffer size for " Zhang, Roy Fan
  0 siblings, 2 replies; 5+ messages in thread
From: Adam Dybkowski @ 2021-04-28 14:41 UTC (permalink / raw)
  To: dev, roy.fan.zhang, arkadiuszx.kusztal, gakhil; +Cc: Adam Dybkowski

This patch increases the intermediate buffer size used for the
compression on QAT GEN3 to accommodate new hardware versions.

Fixes: a124830a6f00 ("compress/qat: enable dynamic huffman encoding")

Signed-off-by: Adam Dybkowski <adamx.dybkowski@intel.com>
---
 drivers/common/qat/qat_device.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/common/qat/qat_device.h b/drivers/common/qat/qat_device.h
index e6337c688d..9c6a3ca4e6 100644
--- a/drivers/common/qat/qat_device.h
+++ b/drivers/common/qat/qat_device.h
@@ -29,7 +29,7 @@ struct qat_dev_cmd_param {
 enum qat_comp_num_im_buffers {
 	QAT_NUM_INTERM_BUFS_GEN1 = 12,
 	QAT_NUM_INTERM_BUFS_GEN2 = 20,
-	QAT_NUM_INTERM_BUFS_GEN3 = 20
+	QAT_NUM_INTERM_BUFS_GEN3 = 64
 };
 
 struct qat_device_info {
-- 
2.25.1


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

end of thread, other threads:[~2021-05-05 14:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-28 14:41 [dpdk-dev] [PATCH 1/2] common/qat: increase IM buffer size for QAT GEN3 Adam Dybkowski
2021-04-28 14:41 ` [dpdk-dev] [PATCH 2/2] compress/qat: enable compression on " Adam Dybkowski
2021-04-28 15:10   ` Zhang, Roy Fan
2021-04-28 15:08 ` [dpdk-dev] [PATCH 1/2] common/qat: increase IM buffer size for " Zhang, Roy Fan
2021-05-05 14:48   ` 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).