blob: a26571c35e82658b79d9b8c4c79e2d56652634e8 [file] [log] [blame]
Chenmin Sund0236f72020-07-27 17:54:40 +08001---
2name: Flow infrastructure
3maintainer: Damjan Marion <damarion@cisco.com>
4features:
5 - Four APIs are provided - flow_add, flow_del, flow_enable and flow_disable
6 - The below flow types are currently supported:
Chenmin Sunc7e78192020-09-04 06:50:22 +08007 - FLOW_TYPE_IP4,
8 - FLOW_TYPE_IP6,
Chenmin Sund0236f72020-07-27 17:54:40 +08009 - FLOW_TYPE_IP4_N_TUPLE,
10 - FLOW_TYPE_IP6_N_TUPLE,
11 - FLOW_TYPE_IP4_N_TUPLE_TAGGED,
12 - FLOW_TYPE_IP6_N_TUPLE_TAGGED,
13 - FLOW_TYPE_IP4_L2TPV3OIP,
14 - FLOW_TYPE_IP4_IPSEC_ESP,
15 - FLOW_TYPE_IP4_IPSEC_AH,
Chenmin Sunc7e78192020-09-04 06:50:22 +080016 - FLOW_TYPE_IP4_VXLAN,
17 - FLOW_TYPE_IP6_VXLAN,
Chenmin Sund0236f72020-07-27 17:54:40 +080018 - FLOW_TYPE_IP4_GTPC,
19 - FLOW_TYPE_IP4_GTPU
20 - The below flow actions can be specified for the flows:
21 - FLOW_ACTION_COUNT,
22 - FLOW_ACTION_MARK,
23 - FLOW_ACTION_BUFFER_ADVANCE,
24 - FLOW_ACTION_REDIRECT_TO_NODE,
25 - FLOW_ACTION_REDIRECT_TO_QUEUE,
26 - FLOW_ACTION_DROP
27description: "Flow infrastructure to provide hardware offload capabilities"
28state: development
29properties: [API, CLI]