Retire io threads and main-thread-io mode
[vpp.git] / vnet / vnet / vxlan-gpe / vxlan_gpe.h
index 730abe7..c733e21 100644 (file)
@@ -90,11 +90,6 @@ typedef struct {
   u32 hw_if_index;
   u32 sw_if_index;
 
-  union { /* storage for the hash key */
-       vxlan4_gpe_tunnel_key_t key4;
-       vxlan6_gpe_tunnel_key_t key6;
-  };
-
   /* flags */
   u32 flags;
 } vxlan_gpe_tunnel_t;
@@ -133,8 +128,8 @@ typedef struct {
   /* Free vlib hw_if_indices */
   u32 * free_vxlan_gpe_tunnel_hw_if_indices;
 
-  /* show device instance by real device instance */
-  u32 * dev_inst_by_real;
+  /* Mapping from sw_if_index to tunnel index */
+  u32 * tunnel_index_by_sw_if_index;
 
   /* convenience */
   vlib_main_t * vlib_main;