blob: b446a5594037879a315c63d906cc290d1db039fc [file] [log] [blame]
Paul Vinciguerra6b0dd552019-11-03 18:44:31 -05001---
Paul Vinciguerra97c998c2019-10-29 16:11:09 -04002name: Virtio PCI Device
Steven Luong13ff90f2020-01-08 10:25:52 -08003maintainer: sykazmi@cisco.com sluong@cisco.com
Paul Vinciguerra97c998c2019-10-29 16:11:09 -04004features:
Steven Luong13ff90f2020-01-08 10:25:52 -08005 - driver mode to emulate PCI interface presented to VPP from
Paul Vinciguerra6b0dd552019-11-03 18:44:31 -05006 the host interface.
Steven Luong13ff90f2020-01-08 10:25:52 -08007 - device mode to emulate vhost-user interface presented to VPP from the
8 guest VM.
9 - support multi-queue, GSO, checksum offload, indirect descriptor,
Steven Luongbc0d9ff2020-03-23 09:34:59 -070010 jumbo frame, and packed ring.
Steven Luong13ff90f2020-01-08 10:25:52 -080011description: "Virtio v1.0 implementation"
Paul Vinciguerra97c998c2019-10-29 16:11:09 -040012missing:
13 - API dump filtering by sw_if_index
14state: production
15properties: [API, CLI, STATS, MULTITHREAD]