Paul Vinciguerra | 6b0dd55 | 2019-11-03 18:44:31 -0500 | [diff] [blame] | 1 | --- |
Paul Vinciguerra | 97c998c | 2019-10-29 16:11:09 -0400 | [diff] [blame] | 2 | name: Virtio PCI Device |
Steven Luong | 13ff90f | 2020-01-08 10:25:52 -0800 | [diff] [blame] | 3 | maintainer: sykazmi@cisco.com sluong@cisco.com |
Paul Vinciguerra | 97c998c | 2019-10-29 16:11:09 -0400 | [diff] [blame] | 4 | features: |
John DeNisco | 5bb3e81 | 2020-05-21 09:00:04 -0400 | [diff] [blame] | 5 | - Driver mode to emulate PCI interface presented to VPP from |
Paul Vinciguerra | 6b0dd55 | 2019-11-03 18:44:31 -0500 | [diff] [blame] | 6 | the host interface. |
John DeNisco | 5bb3e81 | 2020-05-21 09:00:04 -0400 | [diff] [blame] | 7 | - Device mode to emulate vhost-user interface presented to VPP from the |
Steven Luong | 13ff90f | 2020-01-08 10:25:52 -0800 | [diff] [blame] | 8 | guest VM. |
Mohsin Kazmi | 379aac3 | 2020-08-20 10:25:12 +0200 | [diff] [blame] | 9 | - Support virtio 1.0 in virtio |
John DeNisco | 5bb3e81 | 2020-05-21 09:00:04 -0400 | [diff] [blame] | 10 | - Support multi-queue, GSO, checksum offload, indirect descriptor, |
Steven Luong | bc0d9ff | 2020-03-23 09:34:59 -0700 | [diff] [blame] | 11 | jumbo frame, and packed ring. |
John DeNisco | 5bb3e81 | 2020-05-21 09:00:04 -0400 | [diff] [blame] | 12 | - Support virtio 1.1 packed ring in vhost |
| 13 | description: "Virtio implementation" |
Paul Vinciguerra | 97c998c | 2019-10-29 16:11:09 -0400 | [diff] [blame] | 14 | missing: |
| 15 | - API dump filtering by sw_if_index |
| 16 | state: production |
| 17 | properties: [API, CLI, STATS, MULTITHREAD] |