diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-10-29 16:11:09 -0400 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2019-10-30 09:08:11 +0000 |
commit | 97c998c2813d7cea4a067a0b8ff246cad4924bf3 (patch) | |
tree | d29a68839f287fa8975e05f17bb3c096ee51e352 /src/vnet/devices/af_packet | |
parent | 3ae52627125a4c97bff91d43adad9bbaed42a6f5 (diff) |
docs: devices-- add FEATURES.yaml
Type: docs
Change-Id: I039ba9ad5385452b202366fba0b367506a21ea4f
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'src/vnet/devices/af_packet')
-rw-r--r-- | src/vnet/devices/af_packet/FEATURE.yaml | 9 | ||||
-rw-r--r-- | src/vnet/devices/af_packet/af_packet.api | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/src/vnet/devices/af_packet/FEATURE.yaml b/src/vnet/devices/af_packet/FEATURE.yaml new file mode 100644 index 00000000000..00630140910 --- /dev/null +++ b/src/vnet/devices/af_packet/FEATURE.yaml @@ -0,0 +1,9 @@ +name: host-interface Device (AF_PACKET) +maintainer: Damjan Marion <damarion@cisco.com> +features: + - L4 checksum offload +description: "Create a host interface that will attach to a linux AF_PACKET interface, one side of a veth pair. The veth pair must already exist. Once created, a new host interface will exist in VPP with the name 'host-<ifname>', where '<ifname>' is the name of the specified veth pair. Use the 'show interface' command to display host interface details." +missing: + - API dump details beyond sw_if_index and name +state: production +properties: [API, CLI, STATS, MULTITHREAD] diff --git a/src/vnet/devices/af_packet/af_packet.api b/src/vnet/devices/af_packet/af_packet.api index a7a25e4249e..035096e17a8 100644 --- a/src/vnet/devices/af_packet/af_packet.api +++ b/src/vnet/devices/af_packet/af_packet.api @@ -59,7 +59,7 @@ autoreply define af_packet_delete string host_if_name[64]; }; -/** \brief Set l4 offload ckecksum calculation +/** \brief Set l4 offload checksum calculation @param client_index - opaque cookie to identify the sender @param context - sender context, to match reply w/ request */ |