diff options
Diffstat (limited to 'src/vnet/devices/netmap/FEATURE.yaml')
-rw-r--r-- | src/vnet/devices/netmap/FEATURE.yaml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/vnet/devices/netmap/FEATURE.yaml b/src/vnet/devices/netmap/FEATURE.yaml index dfc32bb0c68..e23e5c243e7 100644 --- a/src/vnet/devices/netmap/FEATURE.yaml +++ b/src/vnet/devices/netmap/FEATURE.yaml @@ -1,9 +1,12 @@ +--- 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." +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 + - API dump state: production properties: [API, CLI, STATS, MULTITHREAD] |