aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices/virtio/FEATURE.yaml
blob: 870023861de9e5df8db0fc18c6ca24d53f8d79e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
name: Virtio PCI Device
maintainer: mohsin.kazmi14@gmail.com sluong@cisco.com
features:
  - Driver mode to emulate PCI interface presented to VPP from
    the host interface.
  - Device mode to emulate vhost-user interface presented to VPP from the
    guest VM.
  - Support virtio 1.0 in virtio
  - Support virtio 1.1 packed ring in virtio [experimental]
  - Support multi-queue, GSO, checksum offload, indirect descriptor,
    jumbo frame, and packed ring.
  - Support virtio 1.1 packed ring in vhost
  - Support for tx queue size configuration (tested on host kernel 5.15
    and qemu version 6.2.0)
  - Support RSS (tested on ubuntu 23.10)
description: "Virtio implementation"
missing:
  - API dump filtering by sw_if_index
state: production
properties: [API, CLI, STATS, MULTITHREAD]