diff options
Diffstat (limited to 'src/vnet/devices/netmap/FEATURE.yaml')
-rw-r--r-- | src/vnet/devices/netmap/FEATURE.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/vnet/devices/netmap/FEATURE.yaml b/src/vnet/devices/netmap/FEATURE.yaml new file mode 100644 index 00000000000..dfc32bb0c68 --- /dev/null +++ b/src/vnet/devices/netmap/FEATURE.yaml @@ -0,0 +1,9 @@ +name: Netmap Device +maintainer: Damjan Marion <damarion@cisco.com> +features: + - L4 checksum offload +description: "Create a netmap interface, which is a high speed user-space interface that allows VPP to patch into a linux namespace, a linux container, or a physical NIC without the use of DPDK." +missing: + - API dump +state: production +properties: [API, CLI, STATS, MULTITHREAD] |