From efde55f4d13128928f2093d006fe0e906903778e Mon Sep 17 00:00:00 2001 From: Fan Zhang Date: Fri, 12 Oct 2018 09:38:04 +0100 Subject: [PATCH] doc: add crypto port and action for pipeline in release notes This patch updates the release notes for added feature of crypto port and symmetric crypto action. Signed-off-by: Fan Zhang Acked-by: Marko Kovacevic --- doc/guides/rel_notes/release_18_11.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/guides/rel_notes/release_18_11.rst b/doc/guides/rel_notes/release_18_11.rst index 07079c7569..9debde79a2 100644 --- a/doc/guides/rel_notes/release_18_11.rst +++ b/doc/guides/rel_notes/release_18_11.rst @@ -157,6 +157,18 @@ New Features as cipher, cipher-authentication chaining, and aead encryption and decryption. This is achieved by calling DPDK Cryptodev APIs. +* **Added cryptodev port to port library.** + + Cryptodev port is a shim layer in the port library that interacts with DPDK + Cryptodev PMDs including burst enqueuing and dequeuing crypto operations. + +* **Added symmetric cryptographic actions to the pipeline library.** + + In the pipeline library an added symmetric crypto action parsing and action + handler are implemented. The action allows automatically preparing the crypto + operation with the rules specified such as algorithm, key, and IV, etc for + the cryptodev port to process. + * **Added support for GEN3 devices to Intel QAT driver .** Added support for the third generation of Intel QuickAssist devices. -- 2.20.1