diff options
author | Steven Luong <sluong@cisco.com> | 2020-01-08 10:25:52 -0800 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2020-02-04 10:37:03 +0000 |
commit | 13ff90fe530106c881dea81a8d6d84d0cd8250f1 (patch) | |
tree | 2541367d5353850c364195d2841c8d994d47de0e | |
parent | 03ce46219cd0fabfd4918822c5b9fed9ef880de8 (diff) |
virtio: update FEATURE.yaml to include description for vhost-user
Add features supported by vhost-user
Type: docs
Signed-off-by: Steven Luong <sluong@cisco.com>
Change-Id: Iba4c5244c40324b603e2803ade8ecc0816326de8
-rw-r--r-- | src/vnet/devices/virtio/FEATURE.yaml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/vnet/devices/virtio/FEATURE.yaml b/src/vnet/devices/virtio/FEATURE.yaml index c98689e2fb9..de449c866e5 100644 --- a/src/vnet/devices/virtio/FEATURE.yaml +++ b/src/vnet/devices/virtio/FEATURE.yaml @@ -1,10 +1,14 @@ --- name: Virtio PCI Device -maintainer: Mohsin Kazmi <sykazmi@cisco.com> +maintainer: sykazmi@cisco.com sluong@cisco.com features: - - connection to the emulated pci interface presented to vpp from + - driver mode to emulate PCI interface presented to VPP from the host interface. -description: "Create a virtio-backed PCI device interface" + - device mode to emulate vhost-user interface presented to VPP from the + guest VM. + - support multi-queue, GSO, checksum offload, indirect descriptor, + and jumbo frame. +description: "Virtio v1.0 implementation" missing: - API dump filtering by sw_if_index state: production |