From: Neale Ranns Date: Fri, 3 Jan 2020 03:55:08 +0000 (+0000) Subject: fib: Add dpo FEATURE.yaml file X-Git-Tag: v20.05-rc0~68 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F75%2F24175%2F4;p=vpp.git fib: Add dpo FEATURE.yaml file Type: docs Change-Id: I9c4727db8d498d0b513157b19ad306b7aaacc222 Signed-off-by: Neale Ranns Signed-off-by: Paul Vinciguerra --- 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 +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]