cryptodev: add digest encrypted feature flag
authorDamian Nowak <damianx.nowak@intel.com>
Wed, 3 Jul 2019 11:15:52 +0000 (13:15 +0200)
committerAkhil Goyal <akhil.goyal@nxp.com>
Fri, 5 Jul 2019 13:28:14 +0000 (15:28 +0200)
commit90197eb0945b50c9cd6e11f310cfc5078b28f75e
tree30bd79cf528b8834b5034910fcc1d4aada654b8c
parent735b77dd85fc752b050f7bbe9d3aa4887a866df8
cryptodev: add digest encrypted feature flag

Some PMDs can only support digest being
encrypted separately in auth-cipher operations.
Thus it is required to add feature flag in PMD
to reflect if it does support digest-appended
both: digest generation with encryption and
decryption with digest verification.
This patch also adds information about new
feature flag to the release notes.

Signed-off-by: Damian Nowak <damianx.nowak@intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: Fiona Trahe <fiona.trahe@intel.com>
doc/guides/cryptodevs/features/default.ini
doc/guides/cryptodevs/overview.rst
lib/librte_cryptodev/rte_cryptodev.c
lib/librte_cryptodev/rte_cryptodev.h