vhost/crypto: add public function implementation
[dpdk.git] / doc / guides / rel_notes / release_18_05.rst
index faf7af0..4ef2b35 100644 (file)
@@ -69,6 +69,12 @@ New Features
   See the :doc:`../nics/axgbe` nic driver guide for more details on this
   new driver.
 
+* **Added crypto workload support to vhost library.**
+
+  New APIs are introduced in vhost library to enable virtio crypto support
+  including session creation/deletion handling and translating virtio-crypto
+  request into DPDK crypto operations. A sample application is also introduced.
+
 * **Added device event monitor framework.**
 
   Added a general device event monitor framework at EAL, for device dynamic management.