Message ID | 20190607100608.16212-11-damianx.nowak@intel.com (mailing list archive) |
---|---|
State | Superseded, archived |
Delegated to: | akhil goyal |
Headers | show |
Series | cryptodev: support encrypted-digest use-cases | expand |
Context | Check | Description |
---|---|---|
ci/Intel-compilation | fail | Compilation issues |
ci/checkpatch | success | coding style OK |
Hi Damian, > -----Original Message----- > From: dev <dev-bounces@dpdk.org> On Behalf Of Damian Nowak > Sent: Friday, June 7, 2019 3:36 PM > To: dev@dpdk.org > Cc: fiona.trahe@intel.com; arkadiuszx.kusztal@intel.com; Damian Nowak > <damianx.nowak@intel.com> > Subject: [dpdk-dev] [PATCH v2 10/10] doc: update release notes for 19.08 > > This patch adds release note entries for > hash-cipher digest-encrypted operations > and new digest_encrypted feature flag. > > Signed-off-by: Damian Nowak <damianx.nowak@intel.com> > --- > doc/guides/rel_notes/release_19_08.rst | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/doc/guides/rel_notes/release_19_08.rst > b/doc/guides/rel_notes/release_19_08.rst > index b9510f9..1c85a2e 100644 > --- a/doc/guides/rel_notes/release_19_08.rst > +++ b/doc/guides/rel_notes/release_19_08.rst > @@ -54,6 +54,11 @@ New Features > Also, make sure to start the actual text at the margin. > ========================================================= > > +* **Updated the QuickAssist Technology (QAT) symmetric crypto PMD.** > + > + Added support for hash-cipher with digest encrypted, when using > + out-of-place operations. > + > > Removed Items > ------------- > @@ -83,6 +88,9 @@ API Changes > Also, make sure to start the actual text at the margin. > ========================================================= > > +* cryptodev: ``RTE_CRYPTODEV_FF_DIGEST_ENCRYPTED`` feature flag > + has been introduced. > + > > ABI Changes > ----------- > -- > 2.7.4 Split this patch in two and squash both of them in the patches which enables these features.
diff --git a/doc/guides/rel_notes/release_19_08.rst b/doc/guides/rel_notes/release_19_08.rst index b9510f9..1c85a2e 100644 --- a/doc/guides/rel_notes/release_19_08.rst +++ b/doc/guides/rel_notes/release_19_08.rst @@ -54,6 +54,11 @@ New Features Also, make sure to start the actual text at the margin. ========================================================= +* **Updated the QuickAssist Technology (QAT) symmetric crypto PMD.** + + Added support for hash-cipher with digest encrypted, when using + out-of-place operations. + Removed Items ------------- @@ -83,6 +88,9 @@ API Changes Also, make sure to start the actual text at the margin. ========================================================= +* cryptodev: ``RTE_CRYPTODEV_FF_DIGEST_ENCRYPTED`` feature flag + has been introduced. + ABI Changes -----------
This patch adds release note entries for hash-cipher digest-encrypted operations and new digest_encrypted feature flag. Signed-off-by: Damian Nowak <damianx.nowak@intel.com> --- doc/guides/rel_notes/release_19_08.rst | 8 ++++++++ 1 file changed, 8 insertions(+)