virtio: add modern device support
[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 virtio 1.0 in virtio
10   - Support multi-queue, GSO, checksum offload, indirect descriptor,
11     jumbo frame, and packed ring.
12   - Support virtio 1.1 packed ring in vhost
13 description: "Virtio implementation"
14 missing:
15   - API dump filtering by sw_if_index
16 state: production
17 properties: [API, CLI, STATS, MULTITHREAD]