crypto/qat: add minimum enqueue threshold
authorArek Kusztal <arkadiuszx.kusztal@intel.com>
Wed, 15 Jan 2020 14:32:11 +0000 (15:32 +0100)
committerAkhil Goyal <akhil.goyal@nxp.com>
Wed, 15 Jan 2020 15:45:04 +0000 (16:45 +0100)
commit47c3f7a41a26c9943f9804691d03828b2ce09f40
treeb3c699731e5941fc6863cd8f420cf653511596f2
parent026f21c0b95120a4e249af4480a0ddad75838ff9
crypto/qat: add minimum enqueue threshold

This patch adds minimum enqueue threshold to Intel
QuickAssist Technology PMD.
It is an optimisation, configured by a command line option,
which can be used to reduce MMIO write occurrences.

Signed-off-by: Fiona Trahe <fiona.trahe@intel.com>
Signed-off-by: Arek Kusztal <arkadiuszx.kusztal@intel.com>
13 files changed:
doc/guides/cryptodevs/qat.rst
drivers/common/qat/qat_common.c
drivers/common/qat/qat_common.h
drivers/common/qat/qat_device.c
drivers/common/qat/qat_device.h
drivers/common/qat/qat_qp.c
drivers/common/qat/qat_qp.h
drivers/compress/qat/qat_comp_pmd.c
drivers/compress/qat/qat_comp_pmd.h
drivers/crypto/qat/qat_asym_pmd.c
drivers/crypto/qat/qat_asym_pmd.h
drivers/crypto/qat/qat_sym_pmd.c
drivers/crypto/qat/qat_sym_pmd.h