numam-dpdk/mk
Declan Doherty 1703e94ac5 qat: add driver for QuickAssist devices
This patch adds a PMD for the Intel Quick Assist Technology DH895xxC
hardware accelerator.

This patch depends on a QAT PF driver for device initialization. See
the file docs/guides/cryptodevs/qat.rst for configuration details

This patch supports a limited subset of QAT device functionality,
currently supporting chaining of cipher and hash operations for the
following algorithmsd:

Cipher algorithms:
  - RTE_CRYPTO_CIPHER_AES_CBC (with 128-bit, 192-bit and 256-bit keys supported)

Hash algorithms:
  - RTE_CRYPTO_AUTH_SHA1_HMAC
  - RTE_CRYPTO_AUTH_SHA256_HMAC
  - RTE_CRYPTO_AUTH_SHA512_HMAC
  - RTE_CRYPTO_AUTH_AES_XCBC_MAC

Some limitation on this patchset which shall be contributed in a
subsequent release:
 - Chained mbufs are not supported.
 - Hash only is not supported.
 - Cipher only is not supported.
 - Only in-place is currently supported (destination address is
   the same as source address).
 - Only supports session-oriented API implementation (session-less
   APIs are not supported).

Signed-off-by: Declan Doherty <declan.doherty@intel.com>
Signed-off-by: John Griffin <john.griffin@intel.com>
Signed-off-by: Des O Dea <des.j.o.dea@intel.com>
Signed-off-by: Fiona Trahe <fiona.trahe@intel.com>
Acked-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>
2015-11-25 19:18:04 +01:00
..
arch mk: introduce ARMv8 architecture 2015-11-18 22:44:01 +01:00
exec-env mk: remove variables identical to config ones 2015-07-09 00:55:57 +02:00
internal mk: move internal file 2015-03-09 12:46:46 +01:00
machine mk: add thunderx machine target based on armv8-a 2015-11-18 22:44:01 +01:00
target/generic
toolchain mk: fix build with icc 16 2015-11-20 17:16:35 +01:00
rte.app.mk qat: add driver for QuickAssist devices 2015-11-25 19:18:04 +01:00
rte.bsdmodule.mk
rte.cpuflags.mk eal/arm: add CPU flags for ARMv7 2015-11-18 22:41:33 +01:00
rte.extapp.mk mk, scripts: remove useless blank lines 2015-06-12 11:10:02 +02:00
rte.extlib.mk mk, scripts: remove useless blank lines 2015-06-12 11:10:02 +02:00
rte.extobj.mk mk, scripts: remove useless blank lines 2015-06-12 11:10:02 +02:00
rte.extshared.mk
rte.extsubdir.mk
rte.gnuconfigure.mk
rte.hostapp.mk
rte.hostlib.mk
rte.install.mk
rte.lib.mk mk: fix extra options when linking lib through compiler 2015-11-20 17:16:49 +01:00
rte.module.mk mk: quote KERNELCC to allow ccache build 2015-10-25 18:39:46 +01:00
rte.obj.mk
rte.sdkbuild.mk mk: remove variables identical to config ones 2015-07-09 00:55:57 +02:00
rte.sdkconfig.mk mk: fix config build on freebsd 2015-03-05 20:06:06 +01:00
rte.sdkdepdirs.mk
rte.sdkdoc.mk mk: reduce PDF build commands 2015-04-03 16:13:36 +02:00
rte.sdkexamples.mk
rte.sdkgcov.mk
rte.sdkinstall.mk
rte.sdkroot.mk
rte.sdktest.mk app: replace dump_cfg by proc_info 2015-07-17 02:26:38 +02:00
rte.sdktestall.mk
rte.shared.mk
rte.sharelib.mk mk: remove variables identical to config ones 2015-07-09 00:55:57 +02:00
rte.subdir.mk
rte.vars.mk config: remove combined library name option 2015-07-13 16:15:52 +02:00