Harmonize vec/pool_get_aligned object sizes and alignment requests
[vpp.git] / src / plugins / gtpu / gtpu.h
index b1e677d..6331aa3 100644 (file)
@@ -123,6 +123,9 @@ typedef CLIB_PACKED
 
 typedef struct
 {
+  /* Required for pool_get_aligned  */
+  CLIB_CACHE_LINE_ALIGN_MARK (cacheline0);
+
   /* Rewrite string */
   u8 *rewrite;