doc: add crypto port and action for pipeline in release notes
authorFan Zhang <roy.fan.zhang@intel.com>
Fri, 12 Oct 2018 08:38:04 +0000 (09:38 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 26 Oct 2018 13:25:21 +0000 (15:25 +0200)
This patch updates the release notes for added feature of crypto
port and symmetric crypto action.

Signed-off-by: Fan Zhang <roy.fan.zhang@intel.com>
Acked-by: Marko Kovacevic <marko.kovacevic@intel.com>
doc/guides/rel_notes/release_18_11.rst

index 07079c7..9debde7 100644 (file)
@@ -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.