avf: remove the vxlan flow support 84/31984/1
authorChenmin Sun <chenmin.sun@intel.com>
Thu, 15 Apr 2021 10:51:24 +0000 (18:51 +0800)
committerChenmin Sun <chenmin.sun@intel.com>
Thu, 15 Apr 2021 10:51:24 +0000 (18:51 +0800)
commitfa551b889afadda6dcfcc8093f6949f85284b41d
tree635967e3d75d9b09ad398df74440921a4872b59d
parenteb839cc079cc1ffc1b74557560d8e9ba746797ef
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
src/plugins/avf/flow.c
src/plugins/dpdk/device/flow.c