aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/vnet_all_api_h.h
diff options
context:
space:
mode:
authorChenmin Sun <chenmin.sun@intel.com>2020-07-27 17:54:40 +0800
committerDamjan Marion <dmarion@me.com>2020-08-25 12:13:43 +0000
commitd0236f725d31e5e5d23e5f207b1a317fcd96a964 (patch)
tree9ff39dfeb54be6cc17899c999bb6a210a2585060 /src/vnet/vnet_all_api_h.h
parent4fa3aad33fffadec7b7614dc68c8f1d3d9f311c9 (diff)
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 <chenmin.sun@intel.com> Change-Id: Icb8ae20cab9bdad6b120dddc3bd4fb1d85634f3f
Diffstat (limited to 'src/vnet/vnet_all_api_h.h')
-rw-r--r--src/vnet/vnet_all_api_h.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vnet/vnet_all_api_h.h b/src/vnet/vnet_all_api_h.h
index 400caf5b513..800c5b75037 100644
--- a/src/vnet/vnet_all_api_h.h
+++ b/src/vnet/vnet_all_api_h.h
@@ -73,6 +73,7 @@
#include <vnet/syslog/syslog.api.h>
#include <vnet/devices/virtio/virtio.api.h>
#include <vnet/gso/gso.api.h>
+#include <vnet/flow/flow.api.h>
/*
* fd.io coding-style-patch-verification: ON