vhost: convert vhost device driver to a plugin
[vpp.git] / src / plugins / vhost / FEATURE.yaml
1 ---
2 name: Vhost-user Device Driver
3 maintainer: sluong@cisco.com
4 features:
5   - Device mode to emulate vhost-user interface presented to VPP from the
6     guest VM.
7   - Support virtio 1.0 in virtio
8   - Support virtio 1.1 packed ring in virtio [experimental]
9   - Support multi-queue, GSO, checksum offload, indirect descriptor,
10     jumbo frame, and packed ring.
11 description: "Vhost-user implementation"
12 state: production
13 properties: [API, CLI, STATS, MULTITHREAD]