aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/avf
diff options
context:
space:
mode:
authorChenmin Sun <chenmin.sun@intel.com>2021-04-15 18:51:24 +0800
committerChenmin Sun <chenmin.sun@intel.com>2021-04-15 18:51:24 +0800
commitfa551b889afadda6dcfcc8093f6949f85284b41d (patch)
tree635967e3d75d9b09ad398df74440921a4872b59d /src/plugins/avf
parenteb839cc079cc1ffc1b74557560d8e9ba746797ef (diff)
avf: remove the vxlan flow support
This patch fixes a vxlan flow type checking bug which is introduced in commit 7a016e87e473. It is the native avf instead of dpdk that doesn't support vxlan flow offloading. So this patch removes Vxlan flow supporting in native avf_plugin and adds the vxlan flow back to dpdk_plugin. Type: fix Signed-off-by: Chenmin Sun <chenmin.sun@intel.com> Change-Id: I1a72629cee462b890327c589c846f6d532b2d61d
Diffstat (limited to 'src/plugins/avf')
-rw-r--r--src/plugins/avf/flow.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/avf/flow.c b/src/plugins/avf/flow.c
index 4e94c81354d..e0d21cd96a2 100644
--- a/src/plugins/avf/flow.c
+++ b/src/plugins/avf/flow.c
@@ -491,7 +491,6 @@ avf_flow_ops_fn (vnet_main_t *vm, vnet_flow_dev_op_t op, u32 dev_instance,
case VNET_FLOW_TYPE_IP6:
case VNET_FLOW_TYPE_IP4_N_TUPLE:
case VNET_FLOW_TYPE_IP6_N_TUPLE:
- case VNET_FLOW_TYPE_IP4_VXLAN:
case VNET_FLOW_TYPE_IP4_GTPU:
case VNET_FLOW_TYPE_IP4_L2TPV3OIP:
case VNET_FLOW_TYPE_IP4_IPSEC_ESP: