summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeale Ranns <nranns@cisco.com>2020-01-06 23:22:38 +0000
committerOle Trøan <otroan@employees.org>2020-01-07 08:01:45 +0000
commitc9ba85f86a087e3acb096136a2641fddc58dabbc (patch)
treefe902a6d231753569ffeb77685c518f6ba133916
parent499b864de6bc465a61206d37a7aec23c8dc28dd7 (diff)
qos: Add FEATURE.yaml
Type: docs Change-Id: Id719ad59dd70f1d97b3cb3722621b10cd63badfb Signed-off-by: Neale Ranns <nranns@cisco.com>
-rw-r--r--src/vnet/qos/FEATURE.yaml12
1 files changed, 12 insertions, 0 deletions
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 <nranns@cisco.com>
+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]