common/qat: increase IM buffer size for GEN3
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") Cc: stable@dpdk.org Signed-off-by: Adam Dybkowski <adamx.dybkowski@intel.com> Acked-by: Fan Zhang <roy.fan.zhang@intel.com>
This commit is contained in:
parent
49ca9e5a25
commit
cd218e52c4
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user