From: John DeNisco Date: Thu, 21 May 2020 13:00:04 +0000 (-0400) Subject: docs: Minor updates to feature.yaml files X-Git-Tag: v21.01-rc0~330 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=5bb3e81e7f244ffeae560334435df45e882a6bc0;p=vpp.git docs: Minor updates to feature.yaml files Type: docs Signed-off-by: John DeNisco Change-Id: Iba106d33d34766b91e46980e7237fbdfc3710b8b --- diff --git a/src/vnet/devices/tap/FEATURE.yaml b/src/vnet/devices/tap/FEATURE.yaml index 5d1726d3b0b..35ee4885b02 100644 --- a/src/vnet/devices/tap/FEATURE.yaml +++ b/src/vnet/devices/tap/FEATURE.yaml @@ -3,8 +3,9 @@ name: Tap Device maintainer: damarion@cisco.com sluong@cisco.com sykazmi@cisco.com features: - Virtio - - persistence - - attach to existing tap at host + - Persistence + - Attach to an existing tap at host + - Filter packet dump output with SW if index description: "Create a tap v2 device interface, which connects to a tap interface on the host system." state: production diff --git a/src/vnet/devices/virtio/FEATURE.yaml b/src/vnet/devices/virtio/FEATURE.yaml index b446a559403..c1fc9fd35ce 100644 --- a/src/vnet/devices/virtio/FEATURE.yaml +++ b/src/vnet/devices/virtio/FEATURE.yaml @@ -2,13 +2,14 @@ name: Virtio PCI Device maintainer: sykazmi@cisco.com sluong@cisco.com features: - - driver mode to emulate PCI interface presented to VPP from + - Driver mode to emulate PCI interface presented to VPP from the host interface. - - device mode to emulate vhost-user interface presented to VPP from the + - Device mode to emulate vhost-user interface presented to VPP from the guest VM. - - support multi-queue, GSO, checksum offload, indirect descriptor, + - Support multi-queue, GSO, checksum offload, indirect descriptor, jumbo frame, and packed ring. -description: "Virtio v1.0 implementation" + - Support virtio 1.1 packed ring in vhost +description: "Virtio implementation" missing: - API dump filtering by sw_if_index state: production