blob: 7b2fb59e1ade934cfeff1978b33eaf4404728245 [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
Mohsin Kazmib977d3f2020-11-16 16:49:30 +010010 - Support virtio 1.1 packed ring in virtio [experimental]
John DeNisco5bb3e812020-05-21 09:00:04 -040011 - Support multi-queue, GSO, checksum offload, indirect descriptor,
Steven Luongbc0d9ff2020-03-23 09:34:59 -070012 jumbo frame, and packed ring.
John DeNisco5bb3e812020-05-21 09:00:04 -040013 - Support virtio 1.1 packed ring in vhost
14description: "Virtio implementation"
Paul Vinciguerra97c998c2019-10-29 16:11:09 -040015missing:
16 - API dump filtering by sw_if_index
17state: production
18properties: [API, CLI, STATS, MULTITHREAD]