virtio: update FEATURE.yaml to include description for vhost-user 49/24249/2
authorSteven Luong <[email protected]>
Wed, 8 Jan 2020 18:25:52 +0000 (10:25 -0800)
committerDamjan Marion <[email protected]>
Tue, 4 Feb 2020 10:37:03 +0000 (10:37 +0000)
Add features supported by vhost-user

Type: docs

Signed-off-by: Steven Luong <[email protected]>
Change-Id: Iba4c5244c40324b603e2803ade8ecc0816326de8

src/vnet/devices/virtio/FEATURE.yaml

index c98689e..de449c8 100644 (file)
@@ -1,10 +1,14 @@
 ---
 name: Virtio PCI Device
-maintainer: Mohsin Kazmi <[email protected]>
 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 multi-queue, GSO, checksum offload, indirect descriptor,
+    and jumbo frame.
+description: "Virtio v1.0 implementation"
 missing:
   - API dump filtering by sw_if_index
 state: production