| #
d848fcb8 |
| 16-Jun-2023 |
Vikash Poddar <vikash.chandrax.poddar@intel.com> |
common/qat: fix command parameter corruption
Added 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
common/qat: fix command parameter corruption
Added 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 configuration") Cc: stable@dpdk.org
Signed-off-by: Vikash Poddar <vikash.chandrax.poddar@intel.com> Acked-by: Ciara Power <ciara.power@intel.com>
show more ...
|
| #
b3cbbcdf |
| 18-Oct-2022 |
Arek Kusztal <arkadiuszx.kusztal@intel.com> |
common/qat: read HW slice configuration
Read slice configuration of QAT capabilities. This will allow to recognize if specific hw function is available on particular generation of device. Added func
common/qat: read HW slice configuration
Read slice configuration of QAT capabilities. This will allow to recognize if specific hw function is available on particular generation of device. Added function pointers for each QAT generations.
Signed-off-by: Arek Kusztal <arkadiuszx.kusztal@intel.com> Acked-by: Kai Ji <kai.ji@intel.com>
show more ...
|
| #
4c778f1a |
| 04-Nov-2021 |
Fan Zhang <roy.fan.zhang@intel.com> |
common/qat: add gen-specific queue implementation
This patch replaces the mixed QAT queue pair configuration implementation by separate files with shared or individual implementation for specific QA
common/qat: add gen-specific queue implementation
This patch replaces the mixed QAT queue pair configuration implementation by separate files with shared or individual implementation for specific QAT generation.
Signed-off-by: Arek Kusztal <arkadiuszx.kusztal@intel.com> Signed-off-by: Fan Zhang <roy.fan.zhang@intel.com> Signed-off-by: Kai Ji <kai.ji@intel.com> Signed-off-by: Przemyslaw Zegan <przemyslawx.zegan@intel.com> Acked-by: Ciara Power <ciara.power@intel.com>
show more ...
|
| #
5438e4ec |
| 04-Nov-2021 |
Fan Zhang <roy.fan.zhang@intel.com> |
common/qat: add gen-specific device implementation
This patch replaces the mixed QAT device configuration implementation by separate files with shared or individual implementation for specific QAT g
common/qat: add gen-specific device implementation
This patch replaces the mixed QAT device configuration implementation by separate files with shared or individual implementation for specific QAT generation.
Signed-off-by: Arek Kusztal <arkadiuszx.kusztal@intel.com> Signed-off-by: Fan Zhang <roy.fan.zhang@intel.com> Signed-off-by: Kai Ji <kai.ji@intel.com> Acked-by: Ciara Power <ciara.power@intel.com>
show more ...
|