Files
vpp/src/vnet/flow/FEATURE.yaml
Ting Xu 337960b8a4 flow: support generic flow and RSS action in vapi
Add generic flow type and rss action type to vapi. It is to support
creating generic flow rule via vapi.

Type: feature

Signed-off-by: Ting Xu <ting.xu@intel.com>
Change-Id: Ifeaa007679487e02bd2903dc591d80a1caba33bc
2022-05-24 14:04:41 +00:00

32 lines
1.0 KiB
YAML

---
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:
- FLOW_TYPE_IP4,
- FLOW_TYPE_IP6,
- 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,
- FLOW_TYPE_IP4_VXLAN,
- FLOW_TYPE_IP6_VXLAN,
- FLOW_TYPE_IP4_GTPC,
- FLOW_TYPE_IP4_GTPU,
- FLOW_TYPE_GENERIC
- 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,
- FLOW_ACTION_RSS,
- FLOW_ACTION_DROP
description: "Flow infrastructure to provide hardware offload capabilities"
state: development
properties: [API, CLI]