c1fc9fd35ce8eb3b3ac6e9ecf920a1f9f4adbbeb
[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     jumbo frame, and packed ring.
11   - Support virtio 1.1 packed ring in vhost
12 description: "Virtio implementation"
13 missing:
14   - API dump filtering by sw_if_index
15 state: production
16 properties: [API, CLI, STATS, MULTITHREAD]