> -----Original Message-----
> From: Kusztal, ArkadiuszX <arkadiuszx.kusz...@intel.com>
> Sent: Tuesday, July 7, 2020 4:03 PM
> To: dev@dpdk.org
> Cc: akhil.go...@nxp.com; Trahe, Fiona <fiona.tr...@intel.com>; Kusztal,
> ArkadiuszX
> <arkadiuszx.kusz...@intel.com>
> Subject: [PATCH v5 0/3] drivers/qat: improve handling of multi process
>
> This patchset improves handling of multi process applications
> using Intel QuickAssist Technology PMD. Main changes focus on
> implementing shared area to hold pci device information,
> that can be visible by different cryptodevs or compressdevs.
> Some additional changes were made to prevent overwriting data and
> function pointers by other processes.
>
> v5:
> - rebased agains changes in QAT
> - split into logical parts
> - fixed checkpatch issues
>
> Arek Kusztal (3):
> drivers/qat: improve handling of multi process
> drivers/qat: add multi process handling of driver id
> drivers/qat: add handling of capabilities in multi process
>
Series Acked-by: Fiona Trahe <fiona.tr...@intel.com>