vxlan: multiarch optimization of vxlan
[vpp.git] / src / vnet / vxlan / vxlan.h
index be819ab..d6dad7a 100644 (file)
@@ -191,9 +191,7 @@ typedef struct
   u32 flow_id_start;
 
   /* cache for last 8 vxlan tunnel */
-#ifdef CLIB_HAVE_VEC512
   vtep4_cache_t vtep4_u512;
-#endif
 
 } vxlan_main_t;