From: Zhihong Wang Date: Fri, 25 May 2018 11:40:24 +0000 (+0800) Subject: doc: add vhost interrupt mode in release notes X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=6b1a7a46640505722c1047e83871ef66238bfe8e;p=dpdk.git doc: add vhost interrupt mode in release notes Signed-off-by: Zhihong Wang Acked-by: Marko Kovacevic --- diff --git a/doc/guides/rel_notes/release_18_05.rst b/doc/guides/rel_notes/release_18_05.rst index 4f692e5748..180bd6e79a 100644 --- a/doc/guides/rel_notes/release_18_05.rst +++ b/doc/guides/rel_notes/release_18_05.rst @@ -141,6 +141,12 @@ New Features driver the assigned VF gets configured to Rx/Tx directly to VM's virtio vrings. +* **Added support for vhost dequeue interrupt mode.** + + Added support for vhost dequeue interrupt mode to release cpus to others when + no data to transmit. Applications could register an epoll event fd to associate + Rx queues with interrupt vectors. + * **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