2020-07-27 17:54:40 +08:00
|
|
|
---
|
|
|
|
name: Flow infrastructure
|
|
|
|
maintainer: Damjan Marion <damarion@cisco.com>
|
|
|
|
features:
|
|
|
|
- Four APIs are provided - flow_add, flow_del, flow_enable and flow_disable
|
|
|
|
- The below flow types are currently supported:
|
2020-09-04 06:50:22 +08:00
|
|
|
- FLOW_TYPE_IP4,
|
|
|
|
- FLOW_TYPE_IP6,
|
2020-07-27 17:54:40 +08:00
|
|
|
- FLOW_TYPE_IP4_N_TUPLE,
|
|
|
|
- FLOW_TYPE_IP6_N_TUPLE,
|
|
|
|
- FLOW_TYPE_IP4_N_TUPLE_TAGGED,
|
|
|
|
- FLOW_TYPE_IP6_N_TUPLE_TAGGED,
|
|
|
|
- FLOW_TYPE_IP4_L2TPV3OIP,
|
|
|
|
- FLOW_TYPE_IP4_IPSEC_ESP,
|
|
|
|
- FLOW_TYPE_IP4_IPSEC_AH,
|
2020-09-04 06:50:22 +08:00
|
|
|
- FLOW_TYPE_IP4_VXLAN,
|
|
|
|
- FLOW_TYPE_IP6_VXLAN,
|
2020-07-27 17:54:40 +08:00
|
|
|
- FLOW_TYPE_IP4_GTPC,
|
2022-03-08 07:22:56 +00:00
|
|
|
- FLOW_TYPE_IP4_GTPU,
|
|
|
|
- FLOW_TYPE_GENERIC
|
2020-07-27 17:54:40 +08:00
|
|
|
- The below flow actions can be specified for the flows:
|
|
|
|
- FLOW_ACTION_COUNT,
|
|
|
|
- FLOW_ACTION_MARK,
|
|
|
|
- FLOW_ACTION_BUFFER_ADVANCE,
|
|
|
|
- FLOW_ACTION_REDIRECT_TO_NODE,
|
|
|
|
- FLOW_ACTION_REDIRECT_TO_QUEUE,
|
2022-03-08 07:22:56 +00:00
|
|
|
- FLOW_ACTION_RSS,
|
2020-07-27 17:54:40 +08:00
|
|
|
- FLOW_ACTION_DROP
|
|
|
|
description: "Flow infrastructure to provide hardware offload capabilities"
|
|
|
|
state: development
|
|
|
|
properties: [API, CLI]
|