blob: c1fc9fd35ce8eb3b3ac6e9ecf920a1f9f4adbbeb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
---
name: Virtio PCI Device
maintainer: sykazmi@cisco.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 multi-queue, GSO, checksum offload, indirect descriptor,
jumbo frame, and packed ring.
- Support virtio 1.1 packed ring in vhost
description: "Virtio implementation"
missing:
- API dump filtering by sw_if_index
state: production
properties: [API, CLI, STATS, MULTITHREAD]
|