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