vnet: move format_vl_api_address_union() from vpp to vnet
[vpp.git] / src / vnet / devices / virtio / FEATURE.yaml
1 ---
2 name: Virtio PCI Device
3 maintainer: mohsin.kazmi14@gmail.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   - Support for tx queue size configuration (tested on host kernel 5.15
15     and qemu version 6.2.0)
16 description: "Virtio implementation"
17 missing:
18   - API dump filtering by sw_if_index
19 state: production
20 properties: [API, CLI, STATS, MULTITHREAD]