avf: add avf flow framework 01/30001/18
authorChenmin Sun <chenmin.sun@intel.com>
Thu, 19 Nov 2020 15:13:30 +0000 (23:13 +0800)
committerDamjan Marion <dmarion@me.com>
Fri, 26 Mar 2021 08:30:54 +0000 (08:30 +0000)
commitffe9a5489499467dfb5a2ee0fed14e397f5f825c
tree317bc75b046ebe13f27a99b6929a706140a5183a
parent89c98a4bff101ad4270724bde7ca6f21ba4c8482
avf: add avf flow framework

This patch adds the flow support to VPP avf_plugin.
Currently only IP4-N-TUPLE and GTPU flow are supported as
a reference. More flows will be added later.

Type: feature

Signed-off-by: Chenmin Sun <chenmin.sun@intel.com>
Change-Id: I563dbfacecd3eba31e8c3c7769142ea6adba54b6
src/plugins/avf/CMakeLists.txt
src/plugins/avf/avf.h
src/plugins/avf/avf_advanced_flow.h [new file with mode: 0644]
src/plugins/avf/avf_fdir_lib.c [new file with mode: 0644]
src/plugins/avf/device.c
src/plugins/avf/flow.c [new file with mode: 0644]
src/plugins/avf/virtchnl.h