crypto/qat: support DOCSIS protocol
authorDavid Coyle <david.coyle@intel.com>
Fri, 3 Jul 2020 12:39:30 +0000 (13:39 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 8 Jul 2020 16:16:13 +0000 (18:16 +0200)
commit6f0ef237404b6c1ef462fe134f0e74a387e49cac
treeaed6ba33daa7cf57d6deb26dd2760a6f342a6e0e
parentfda5216fba5598d015bfc93efc63058b555ca828
crypto/qat: support DOCSIS protocol

Add support to the QAT SYM PMD for the DOCSIS protocol, through the
rte_security API. This, therefore, includes adding support for the
rte_security API to this PMD.

Signed-off-by: David Coyle <david.coyle@intel.com>
Signed-off-by: Mairtin o Loingsigh <mairtin.oloingsigh@intel.com>
12 files changed:
doc/guides/cryptodevs/features/qat.ini
doc/guides/cryptodevs/qat.rst
doc/guides/rel_notes/release_20_08.rst
drivers/common/qat/Makefile
drivers/crypto/qat/meson.build
drivers/crypto/qat/qat_sym.c
drivers/crypto/qat/qat_sym.h
drivers/crypto/qat/qat_sym_capabilities.h
drivers/crypto/qat/qat_sym_pmd.c
drivers/crypto/qat/qat_sym_pmd.h
drivers/crypto/qat/qat_sym_session.c
drivers/crypto/qat/qat_sym_session.h