mbox series

[0/2] drivers/qat: fix handling of unsupported services

Message ID 20210728161831.6807-1-arkadiuszx.kusztal@intel.com (mailing list archive)
Headers
Series drivers/qat: fix handling of unsupported services |

Message

Arkadiusz Kusztal July 28, 2021, 4:18 p.m. UTC
  This patchset fixes wrong behaviour when service not currently supported is selected for GEN3 and GEN4 devices in Intel QuickAssist Technology PMD.
There is dependency between these patches hence the patchset.
This patcheset superseeds following patch:
drivers/qat: fix unused asymmetric crypto pmd on gen3
(https://patchwork.dpdk.org/project/dpdk/patch/20210712081633.3156-1-arkadiuszx.kusztal@intel.com/)

Arek Kusztal (2):
  drivers/qat: fix wrong return value for invalid service
  crypto/qat: fix asymmetric crypto pmd create on gen3

 drivers/compress/qat/qat_comp_pmd.c | 2 +-
 drivers/crypto/qat/qat_asym_pmd.c   | 6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)