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