RE: [EXT] [PATCH v7 1/3] common/qat: fix qat_dev_cmd_param corruption

2023-06-20 Thread Akhil Goyal
> Adding fix to address the memory corruption issue for > qat_dev_cmd_param structure on QAT GEN3. > > This fix aligns the storage where it stores the value > on 4 byte unsigned integer data type after > reading slice configuration of QAT capabilities. > > Fixes: b3cbbcdffa4f ("common/qat: read H

[PATCH v7 1/3] common/qat: fix qat_dev_cmd_param corruption

2023-06-16 Thread Vikash Poddar
Adding fix to address the memory corruption issue for qat_dev_cmd_param structure on QAT GEN3. This fix aligns the storage where it stores the value on 4 byte unsigned integer data type after reading slice configuration of QAT capabilities. Fixes: b3cbbcdffa4f ("common/qat: read HW slice configur