blob: cd86429557c2be09a97252884eef165048211caf [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:
7 - FLOW_TYPE_IP4_N_TUPLE,
8 - FLOW_TYPE_IP6_N_TUPLE,
9 - FLOW_TYPE_IP4_N_TUPLE_TAGGED,
10 - FLOW_TYPE_IP6_N_TUPLE_TAGGED,
11 - FLOW_TYPE_IP4_L2TPV3OIP,
12 - FLOW_TYPE_IP4_IPSEC_ESP,
13 - FLOW_TYPE_IP4_IPSEC_AH,
14 - FLOW_TYPE_IP4_GTPC,
15 - FLOW_TYPE_IP4_GTPU
16 - The below flow actions can be specified for the flows:
17 - FLOW_ACTION_COUNT,
18 - FLOW_ACTION_MARK,
19 - FLOW_ACTION_BUFFER_ADVANCE,
20 - FLOW_ACTION_REDIRECT_TO_NODE,
21 - FLOW_ACTION_REDIRECT_TO_QUEUE,
22 - FLOW_ACTION_DROP
23description: "Flow infrastructure to provide hardware offload capabilities"
24state: development
25properties: [API, CLI]