vxlan: multiarch optimization of vxlan
[vpp.git] / src / plugins / gtpu / gtpu.h
index 59e3401..72d0923 100644 (file)
@@ -237,9 +237,7 @@ typedef struct
   vnet_main_t *vnet_main;
   u32 flow_id_start;
   /* cache for last 8 gtpu tunnel */
-#ifdef CLIB_HAVE_VEC512
   vtep4_cache_t vtep4_u512;
-#endif
 
 } gtpu_main_t;