diff options
author | Ting Xu <ting.xu@intel.com> | 2022-03-08 07:22:56 +0000 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2022-05-24 14:04:41 +0000 |
commit | 337960b8a4496e6187478ea6e2bc0ac892a1f7d5 (patch) | |
tree | 899723e89a9cc8f0d58e29416c434f46cca0026f /src/vnet/flow/FEATURE.yaml | |
parent | 69be0899007aee49744b2dbee957607503df5e83 (diff) |
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
Diffstat (limited to 'src/vnet/flow/FEATURE.yaml')
-rw-r--r-- | src/vnet/flow/FEATURE.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/vnet/flow/FEATURE.yaml b/src/vnet/flow/FEATURE.yaml index a26571c35e8..8633f4febdd 100644 --- a/src/vnet/flow/FEATURE.yaml +++ b/src/vnet/flow/FEATURE.yaml @@ -16,13 +16,15 @@ features: - FLOW_TYPE_IP4_VXLAN, - FLOW_TYPE_IP6_VXLAN, - FLOW_TYPE_IP4_GTPC, - - FLOW_TYPE_IP4_GTPU + - 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 |