diff options
author | Neale Ranns <nranns@cisco.com> | 2020-01-03 03:55:08 +0000 |
---|---|---|
committer | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2020-01-03 14:12:47 +0000 |
commit | 04d1a343504c155fe5006497e21106a2aa43d0f4 (patch) | |
tree | 5df8aafdc83210e186c930436ae96c92d55c281c /src | |
parent | aa6a29f6b87e917a05c7906a2eb8f039ec19b302 (diff) |
fib: Add dpo FEATURE.yaml file
Type: docs
Change-Id: I9c4727db8d498d0b513157b19ad306b7aaacc222
Signed-off-by: Neale Ranns <nranns@cisco.com>
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/vnet/dpo/FEATURE.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/vnet/dpo/FEATURE.yaml b/src/vnet/dpo/FEATURE.yaml new file mode 100644 index 00000000000..747ac916aa2 --- /dev/null +++ b/src/vnet/dpo/FEATURE.yaml @@ -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] |