From d0236f725d31e5e5d23e5f207b1a317fcd96a964 Mon Sep 17 00:00:00 2001 From: Chenmin Sun Date: Mon, 27 Jul 2020 17:54:40 +0800 Subject: flow: add vnet/flow formal API This patch adds the API for vnet/flow infra. Currently this API supports the below flow types: VNET_FLOW_TYPE_IP4_N_TUPLE VNET_FLOW_TYPE_IP6_N_TUPLE VNET_FLOW_TYPE_IP4_N_TUPLE_TAGGED VNET_FLOW_TYPE_IP6_N_TUPLE_TAGGED VNET_FLOW_TYPE_IP4_L2TPV3OIP VNET_FLOW_TYPE_IP4_IPSEC_ESP VNET_FLOW_TYPE_IP4_IPSEC_AH VNET_FLOW_TYPE_IP4_GTPU All the above flows are tested with Intel E810/X710 NIC Type: feature Signed-off-by: Chenmin Sun Change-Id: Icb8ae20cab9bdad6b120dddc3bd4fb1d85634f3f --- src/vnet/flow/FEATURE.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/vnet/flow/FEATURE.yaml (limited to 'src/vnet/flow/FEATURE.yaml') diff --git a/src/vnet/flow/FEATURE.yaml b/src/vnet/flow/FEATURE.yaml new file mode 100644 index 00000000000..cd86429557c --- /dev/null +++ b/src/vnet/flow/FEATURE.yaml @@ -0,0 +1,25 @@ +--- +name: Flow infrastructure +maintainer: Damjan Marion +features: + - Four APIs are provided - flow_add, flow_del, flow_enable and flow_disable + - The below flow types are currently supported: + - 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_GTPC, + - FLOW_TYPE_IP4_GTPU + - 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_DROP +description: "Flow infrastructure to provide hardware offload capabilities" +state: development +properties: [API, CLI] -- cgit 1.2.3-korg