Hi Damian,
> -----Original Message----- > From: dev <[email protected]> On Behalf Of Damian Nowak > Sent: Friday, June 7, 2019 3:36 PM > To: [email protected] > Cc: [email protected]; [email protected]; Damian Nowak > <[email protected]> > 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 <[email protected]> > --- > 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.

