docs: devices-- add FEATURES.yaml
[vpp.git] / src / vnet / devices / pipe / FEATURE.yaml
1 name: Pipe Device
2 maintainer: Damjan Marion <damarion@cisco.com>
3 features:
4   - L4 checksum offload
5 description: "Create a pipe device interface, which can pass packets bidirectionally in one side of the pipe to the other side of the pipe. While similar in behavior to a unix pipe, it is not a host-based pipe."
6 missing:
7   - does not use hw-address
8   - does not support tagged traffic
9   - API dump filtering by sw_if_index
10 state: production
11 properties: [API, CLI, STATS, MULTITHREAD]