From 97c998c2813d7cea4a067a0b8ff246cad4924bf3 Mon Sep 17 00:00:00 2001 From: Paul Vinciguerra Date: Tue, 29 Oct 2019 16:11:09 -0400 Subject: docs: devices-- add FEATURES.yaml Type: docs Change-Id: I039ba9ad5385452b202366fba0b367506a21ea4f Signed-off-by: Paul Vinciguerra --- src/vnet/devices/af_packet/FEATURE.yaml | 9 +++++++++ src/vnet/devices/af_packet/af_packet.api | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 src/vnet/devices/af_packet/FEATURE.yaml (limited to 'src/vnet/devices/af_packet') 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 +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-', where '' 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 */ -- cgit 1.2.3-korg