From: Florin Coras Date: Thu, 2 Jan 2020 23:53:22 +0000 (+0000) Subject: udp: add features.yaml X-Git-Tag: v20.05-rc0~88 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F68%2F24168%2F2;p=vpp.git udp: add features.yaml Type: docs Signed-off-by: Florin Coras Change-Id: I2a7d509a2aaed6dba7d821b469c6de90d487f068 --- diff --git a/MAINTAINERS b/MAINTAINERS index e4d5fa6d482..cb8992c07e2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -260,6 +260,7 @@ F: src/vnet/tcp VNET UDP I: udp +Y: src/vnet/udp/FEATURE.yaml M: Florin Coras F: src/vnet/udp diff --git a/src/vnet/udp/FEATURE.yaml b/src/vnet/udp/FEATURE.yaml new file mode 100644 index 00000000000..92913637eb9 --- /dev/null +++ b/src/vnet/udp/FEATURE.yaml @@ -0,0 +1,9 @@ +--- +name: User Datagram Protocol (UDP) +maintainer: Florin Coras +features: + - host stack integration via session layer + - standalone per port dispatcher for tunneling protocols +description: "UDP implementation" +state: production +properties: [API, CLI, STATS, MULTITHREAD]