blob: 8633f4febddf5a4c19a012c35b9f1da2a0e93ed0 [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,
Ting Xu337960b2022-03-08 07:22:56 +000019 - FLOW_TYPE_IP4_GTPU,
20 - FLOW_TYPE_GENERIC
Chenmin Sund0236f72020-07-27 17:54:40 +080021 - The below flow actions can be specified for the flows:
22 - FLOW_ACTION_COUNT,
23 - FLOW_ACTION_MARK,
24 - FLOW_ACTION_BUFFER_ADVANCE,
25 - FLOW_ACTION_REDIRECT_TO_NODE,
26 - FLOW_ACTION_REDIRECT_TO_QUEUE,
Ting Xu337960b2022-03-08 07:22:56 +000027 - FLOW_ACTION_RSS,
Chenmin Sund0236f72020-07-27 17:54:40 +080028 - FLOW_ACTION_DROP
29description: "Flow infrastructure to provide hardware offload capabilities"
30state: development
31properties: [API, CLI]