ethdev: add VXLAN-GPE tunnel type
This patch added VXLAN-GPE macro in rte_eth_tunnel_type. Signed-off-by: Qiming Yang <qiming.yang@intel.com> Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
This commit is contained in:
parent
f9409d6c28
commit
b59eadcd22
@ -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,
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user