| 1df04571 | 01-Mar-2022 |
Kai Ji <[email protected]> |
crypto/qat: fix process type handling
This patch fix the memory corruptions issue reported by coverity. The process type handling in QAT PMDs where only primary and secondary process are supported i
crypto/qat: fix process type handling
This patch fix the memory corruptions issue reported by coverity. The process type handling in QAT PMDs where only primary and secondary process are supported in qat build request.
Coverity issue: 376551, 376570, 376534 Fixes: fb3b9f492205 ("crypto/qat: rework burst data path")
Signed-off-by: Kai Ji <[email protected]>
show more ...
|
| 002486db | 21-Feb-2022 |
Arek Kusztal <[email protected]> |
crypto/qat: refactor asymmetric session
This patch refactors asymmetric session in Intel QuickAssist Technology PMD and fixes some issues with xform. Code will be now bit more scalable, and easier r
crypto/qat: refactor asymmetric session
This patch refactors asymmetric session in Intel QuickAssist Technology PMD and fixes some issues with xform. Code will be now bit more scalable, and easier readable.
Signed-off-by: Arek Kusztal <[email protected]>
show more ...
|
| 3b78aa7b | 21-Feb-2022 |
Arek Kusztal <[email protected]> |
crypto/qat: refactor asymmetric crypto functions
This commit refactors asummetric crypto functions in Intel QuickAssist Technology PMD. Functions right now are shorter and far easier readable, plus
crypto/qat: refactor asymmetric crypto functions
This commit refactors asummetric crypto functions in Intel QuickAssist Technology PMD. Functions right now are shorter and far easier readable, plus it facilitates addition of new algorithms.
Signed-off-by: Arek Kusztal <[email protected]>
show more ...
|
| fb3b9f49 | 23-Feb-2022 |
Kai Ji <[email protected]> |
crypto/qat: rework burst data path
This patch enable the op_build_request function in qat_enqueue_op_burst, and the qat_dequeue_process_response function in qat_dequeue_op_burst. The op_build_reques
crypto/qat: rework burst data path
This patch enable the op_build_request function in qat_enqueue_op_burst, and the qat_dequeue_process_response function in qat_dequeue_op_burst. The op_build_request invoked in crypto build request op is based on crypto operations setup'd during session init.
Signed-off-by: Kai Ji <[email protected]> Acked-by: Fan Zhang <[email protected]>
show more ...
|
| a2343302 | 23-Feb-2022 |
Kai Ji <[email protected]> |
crypto/qat: rework asymmetric op build operation
This patch reworks the asymmetric crypto data path implementation in QAT driver. The changes include asymmetric crypto data path separation for QAT h
crypto/qat: rework asymmetric op build operation
This patch reworks the asymmetric crypto data path implementation in QAT driver. The changes include asymmetric crypto data path separation for QAT hardware generations, and code optimisation of the device capabilities declaration.
Signed-off-by: Kai Ji <[email protected]> Acked-by: Fan Zhang <[email protected]>
show more ...
|
| a815a04c | 23-Feb-2022 |
Kai Ji <[email protected]> |
crypto/qat: support symmetric build op request
This patch adds common inline functions for QAT symmetric crypto driver to process crypto op, and the implementation of build op request function for Q
crypto/qat: support symmetric build op request
This patch adds common inline functions for QAT symmetric crypto driver to process crypto op, and the implementation of build op request function for QAT generation 1.
Signed-off-by: Kai Ji <[email protected]> Acked-by: Fan Zhang <[email protected]>
show more ...
|