From b59eadcd2208690c5718fab096284d212c758531 Mon Sep 17 00:00:00 2001 From: Qiming Yang Date: Fri, 5 Apr 2019 17:05:31 +0800 Subject: [PATCH] ethdev: add VXLAN-GPE tunnel type This patch added VXLAN-GPE macro in rte_eth_tunnel_type. Signed-off-by: Qiming Yang Reviewed-by: Ferruh Yigit --- lib/librte_ethdev/rte_eth_ctrl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/librte_ethdev/rte_eth_ctrl.h b/lib/librte_ethdev/rte_eth_ctrl.h index 5ea8ae24c7..b3416341b6 100644 --- a/lib/librte_ethdev/rte_eth_ctrl.h +++ b/lib/librte_ethdev/rte_eth_ctrl.h @@ -229,6 +229,7 @@ enum rte_eth_tunnel_type { RTE_TUNNEL_TYPE_NVGRE, RTE_TUNNEL_TYPE_IP_IN_GRE, RTE_L2_TUNNEL_TYPE_E_TAG, + RTE_TUNNEL_TYPE_VXLAN_GPE, RTE_TUNNEL_TYPE_MAX, }; -- 2.20.1