]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/rel_notes/release_17_05.rst
net/virtio-user: support Rx interrupt
[dpdk.git] / doc / guides / rel_notes / release_17_05.rst
index 28fbeabaceca7317531f629954745708ea13f76d..d7ea0df133468b2cce7cc9bbc93f24d6803f0a6a 100644 (file)
@@ -153,6 +153,22 @@ New Features
   * Generic flow API support for Ethernet, VLAN, IPv4, IPv6, UDP and TCP pattern
     items with DROP, QUEUE and PASSTHRU actions for ingress traffic.
 
+* **Added MTU feature support to Virtio and Vhost.**
+
+  Implemented new Virtio MTU feature into Vhost and Virtio:
+
+  * Add ``rte_vhost_mtu_get()`` API to Vhost library.
+  * Enable Vhost PMD's MTU get feature.
+  * Get max MTU value from host in Virtio PMD
+
+* **Added interrupt mode support for virtio-user.**
+
+  Implemented Rxq interrupt mode support for virtio-user as a virtual
+  device. Supported cases:
+
+  * Rxq interrupt for virtio-user + vhost-user as the backend.
+  * Rxq interrupt for virtio-user + vhost-kernel as the backend.
+
 
 Resolved Issues
 ---------------