From 6b0dd5502489c83cc4a0e6e9240b41a9bb3f0ed6 Mon Sep 17 00:00:00 2001 From: Paul Vinciguerra Date: Sun, 3 Nov 2019 18:44:31 -0500 Subject: build: add yaml file linting to make checkstyle Type: feature fts and trex rely on yaml config files. Verify that they are valid, so comitters can catch errors early. Change-Id: Ide0bb276659119c59bdbbc8b8155e37562a648b8 Signed-off-by: Paul Vinciguerra --- src/vnet/devices/netmap/FEATURE.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/vnet/devices/netmap/FEATURE.yaml') 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 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] -- cgit 1.2.3-korg