virtio: virtio: implement packed queues from virtio 1.1
[vpp.git] / src / vnet / devices / virtio / FEATURE.yaml
index c98689e..7b2fb59 100644 (file)
@@ -1,10 +1,17 @@
 ---
 name: Virtio PCI Device
-maintainer: Mohsin Kazmi <sykazmi@cisco.com>
+maintainer: sykazmi@cisco.com sluong@cisco.com
 features:
-  - connection to the emulated pci interface presented to vpp from
+  - Driver mode to emulate PCI interface presented to VPP from
     the host interface.
-description: "Create a virtio-backed PCI device interface"
+  - Device mode to emulate vhost-user interface presented to VPP from the
+    guest VM.
+  - Support virtio 1.0 in virtio
+  - Support virtio 1.1 packed ring in virtio [experimental]
+  - Support multi-queue, GSO, checksum offload, indirect descriptor,
+    jumbo frame, and packed ring.
+  - Support virtio 1.1 packed ring in vhost
+description: "Virtio implementation"
 missing:
   - API dump filtering by sw_if_index
 state: production