virtio: update FEATURE.yaml to include description for vhost-user
[vpp.git] / src / vnet / devices / virtio / FEATURE.yaml
1 ---
2 name: Virtio PCI Device
3 maintainer: sykazmi@cisco.com sluong@cisco.com
4 features:
5   - driver mode to emulate PCI interface presented to VPP from
6     the host interface.
7   - device mode to emulate vhost-user interface presented to VPP from the
8     guest VM.
9   - support multi-queue, GSO, checksum offload, indirect descriptor,
10     and jumbo frame.
11 description: "Virtio v1.0 implementation"
12 missing:
13   - API dump filtering by sw_if_index
14 state: production
15 properties: [API, CLI, STATS, MULTITHREAD]