fib: Add dpo FEATURE.yaml file 75/24175/4
authorNeale Ranns <nranns@cisco.com>
Fri, 3 Jan 2020 03:55:08 +0000 (03:55 +0000)
committerPaul Vinciguerra <pvinci@vinciconsulting.com>
Fri, 3 Jan 2020 14:12:47 +0000 (14:12 +0000)
Type: docs

Change-Id: I9c4727db8d498d0b513157b19ad306b7aaacc222
Signed-off-by: Neale Ranns <nranns@cisco.com>
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
src/vnet/dpo/FEATURE.yaml [new file with mode: 0644]

diff --git a/src/vnet/dpo/FEATURE.yaml b/src/vnet/dpo/FEATURE.yaml
new file mode 100644 (file)
index 0000000..747ac91
--- /dev/null
@@ -0,0 +1,15 @@
+---
+name: Data-Plane Objects
+maintainer: Neale Ranns <nranns@cisco.com>
+features:
+  - A DPO is a generic term (a.k.a abstract base class) for objects that
+    perform [a set of] actions on packets in the data-plane
+  - Concrete examples of DPO types are; adjacency, mpls-imposition, replication.
+  - DPOs are stacked/joined to form a processing graph that packets traverse
+    to describe the full set of actions a packet should experience.
+  - DPO graphs can be rooted at any point in the VLIB graph - notable examples
+    are L3 FIB lookup, ABF, L3XC.
+
+description: "DPO"
+state: production
+properties: [API, CLI, MULTITHREAD]