blob: ac7133bae7f330277b959c3c7fc67c29a0d63b99 [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:
John DeNisco5bb3e812020-05-21 09:00:04 -04005 - Driver mode to emulate PCI interface presented to VPP from
Paul Vinciguerra6b0dd552019-11-03 18:44:31 -05006 the host interface.
John DeNisco5bb3e812020-05-21 09:00:04 -04007 - Device mode to emulate vhost-user interface presented to VPP from the
Steven Luong13ff90f2020-01-08 10:25:52 -08008 guest VM.
Mohsin Kazmi379aac32020-08-20 10:25:12 +02009 - Support virtio 1.0 in virtio
John DeNisco5bb3e812020-05-21 09:00:04 -040010 - Support multi-queue, GSO, checksum offload, indirect descriptor,
Steven Luongbc0d9ff2020-03-23 09:34:59 -070011 jumbo frame, and packed ring.
John DeNisco5bb3e812020-05-21 09:00:04 -040012 - Support virtio 1.1 packed ring in vhost
13description: "Virtio implementation"
Paul Vinciguerra97c998c2019-10-29 16:11:09 -040014missing:
15 - API dump filtering by sw_if_index
16state: production
17properties: [API, CLI, STATS, MULTITHREAD]