[dpdk-dev] [PATCH v4] crypto/qat: add handling of multi process

Akhil Goyal akhil.goyal at nxp.com
Mon Jul 6 20:16:27 CEST 2020


Hi Arek,

> 
> This patch improves handling of multi process applications
> using Intel QuickAssist Technology PMD.
> 
Could you please elaborate more on the description about what all
Improvements has been done.
It would be better if the patch can be broken in logical parts.

> Signed-off-by: Arek Kusztal <arkadiuszx.kusztal at intel.com>
> ---
> v4:
> - fixed checkpatch issues
> 
>  doc/guides/rel_notes/release_20_08.rst |   4 ++
>  drivers/common/qat/qat_device.c        | 111 +++++++++++++++++++++++--------
> --
>  drivers/common/qat/qat_device.h        |  69 +++++++++++---------
>  drivers/common/qat/qat_qp.c            |  26 ++++++--
>  drivers/compress/qat/qat_comp_pmd.c    |  49 ++++++++++++---
>  drivers/compress/qat/qat_comp_pmd.h    |   2 +
>  drivers/crypto/qat/qat_asym.c          |   4 +-
>  drivers/crypto/qat/qat_asym_pmd.c      |  72 +++++++++++++++++----
>  drivers/crypto/qat/qat_asym_pmd.h      |   4 +-
>  drivers/crypto/qat/qat_sym.c           |   2 +-
>  drivers/crypto/qat/qat_sym.h           |   2 +-
>  drivers/crypto/qat/qat_sym_pmd.c       | 105 +++++++++++++++++++++++++-----
> -
>  drivers/crypto/qat/qat_sym_pmd.h       |   4 +-
>  13 files changed, 337 insertions(+), 117 deletions(-)
> 
> diff --git a/doc/guides/rel_notes/release_20_08.rst
> b/doc/guides/rel_notes/release_20_08.rst
> index 159da34..ec73ece 100644
> --- a/doc/guides/rel_notes/release_20_08.rst
> +++ b/doc/guides/rel_notes/release_20_08.rst
> @@ -134,6 +134,10 @@ New Features
>    See the :doc:`../sample_app_ug/l2_forward_real_virtual` for more
>    details of this parameter usage.
> 
> +* **Updated the Intel QuickAssist Technology crypto and compression
> PMDs.**
> +
> +  Implemented improvements in handling multi process applications
> +  using QAT symmetric/asymmetric crypto and compression services.

Add extra line here.
Also follow the sequencing of release notes for crypto PMDs.
It is mentioned above in the release note.

Regards,
Akhil


More information about the dev mailing list