From c9ba85f86a087e3acb096136a2641fddc58dabbc Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Mon, 6 Jan 2020 23:22:38 +0000 Subject: qos: Add FEATURE.yaml Type: docs Change-Id: Id719ad59dd70f1d97b3cb3722621b10cd63badfb Signed-off-by: Neale Ranns --- src/vnet/qos/FEATURE.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/vnet/qos/FEATURE.yaml diff --git a/src/vnet/qos/FEATURE.yaml b/src/vnet/qos/FEATURE.yaml new file mode 100644 index 00000000000..3f7975a6083 --- /dev/null +++ b/src/vnet/qos/FEATURE.yaml @@ -0,0 +1,12 @@ +--- +name: Quality of Service +maintainer: Neale Ranns +features: + - Record - extract QoS bits from packets headers and write in metadata + - Mapp - defines simple transform of QoS bits from/to each packet layer + - Mark - write [mapped] QoS bits into packet headers + - Store - write in packet metadata a fixed QoS value + +description: "QoS" +state: production +properties: [API, CLI, MULTITHREAD] -- cgit 1.2.3-korg