747ac916aa296cb2a2e1818080a0c947a9e235b9
[vpp.git] / src / vnet / dpo / FEATURE.yaml
1 ---
2 name: Data-Plane Objects
3 maintainer: Neale Ranns <nranns@cisco.com>
4 features:
5   - A DPO is a generic term (a.k.a abstract base class) for objects that
6     perform [a set of] actions on packets in the data-plane
7   - Concrete examples of DPO types are; adjacency, mpls-imposition, replication.
8   - DPOs are stacked/joined to form a processing graph that packets traverse
9     to describe the full set of actions a packet should experience.
10   - DPO graphs can be rooted at any point in the VLIB graph - notable examples
11     are L3 FIB lookup, ABF, L3XC.
12
13 description: "DPO"
14 state: production
15 properties: [API, CLI, MULTITHREAD]