diff options
author | Mohsin Kazmi <sykazmi@cisco.com> | 2022-12-14 13:10:29 +0000 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2022-12-21 18:33:51 +0000 |
commit | bca76580b17bbb6227f48b9ea4a5858802656962 (patch) | |
tree | ba8df625df7a4de1ea5fd970493d7cda74deedb7 /src/vnet/devices/af_packet/FEATURE.yaml | |
parent | bb98aac4223f506ec18109f9836daa6ef0d61180 (diff) |
af_packet: move to plugin
Type: improvement
Signed-off-by: Mohsin Kazmi <sykazmi@cisco.com>
Change-Id: I3ec857adb3a9e8a778072a202a4d23f4101e83b2
Diffstat (limited to 'src/vnet/devices/af_packet/FEATURE.yaml')
-rw-r--r-- | src/vnet/devices/af_packet/FEATURE.yaml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/vnet/devices/af_packet/FEATURE.yaml b/src/vnet/devices/af_packet/FEATURE.yaml deleted file mode 100644 index 4a11ea2beb5..00000000000 --- a/src/vnet/devices/af_packet/FEATURE.yaml +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: host-interface Device AF_PACKET -maintainer: Damjan Marion <damarion@cisco.com> -features: - - L4 checksum offload - - GSO 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] |