X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Frel_notes%2Frelease_18_05.rst;h=34cbd86d99b0c2b7424892bb6c55801e0110f83e;hb=bd8f50a45d0fb55cf191c3f6022a1ceb80a0b712;hp=4ef2b35a895ee2bea7a38ca0b06879ecd534fd88;hpb=f5188211c721688bf8530d1648d623205246e1da;p=dpdk.git diff --git a/doc/guides/rel_notes/release_18_05.rst b/doc/guides/rel_notes/release_18_05.rst index 4ef2b35a89..34cbd86d99 100644 --- a/doc/guides/rel_notes/release_18_05.rst +++ b/doc/guides/rel_notes/release_18_05.rst @@ -69,6 +69,13 @@ New Features See the :doc:`../nics/axgbe` nic driver guide for more details on this new driver. +* **Added support for virtio-user server mode.** + In a container environment if the vhost-user backend restarts, there's no way + for it to reconnect to virtio-user. To address this, support for server mode + is added. In this mode the socket file is created by virtio-user, which the + backend connects to. This means that if the backend restarts, it can reconnect + to virtio-user and continue communications. + * **Added crypto workload support to vhost library.** New APIs are introduced in vhost library to enable virtio crypto support