[dpdk-stable] [19.11 v3 1/3] drivers/qat: improve multi process on qat

Luca Boccassi bluca at debian.org
Thu Aug 6 14:54:03 CEST 2020


On Thu, 2020-08-06 at 13:50 +0200, Arek Kusztal wrote:
> [ upstream commit 9904ff684981e09019103d48af6f39d5a00ac800 ]
> 
> This patch refactors qat data into structures which are local
> to the process and structures which are intended to be shared by
> primary and secondary processes. This enables qat devices to be
> used by multi process applications.
> 
> Cc: stable at dpdk.org
> 
> Signed-off-by: Arek Kusztal <arkadiuszx.kusztal at intel.com>
> ---
> v3:
> - rebased against newest 19.11.3
> 
>  drivers/common/qat/qat_device.c     | 103 ++++++++++++++++++++++++++----------
>  drivers/common/qat/qat_device.h     |  62 ++++++++++++----------
>  drivers/common/qat/qat_qp.c         |  29 +++++++---
>  drivers/compress/qat/qat_comp_pmd.c |  21 ++++----
>  drivers/crypto/qat/qat_asym_pmd.c   |  27 ++++++----
>  drivers/crypto/qat/qat_sym_pmd.c    |  27 ++++++----
>  6 files changed, 176 insertions(+), 93 deletions(-)

Thanks, series applied - with the understanding that it's a PMD-
internal change that is backward/forward compatible.

-- 
Kind regards,
Luca Boccassi


More information about the stable mailing list