Harmonize vec/pool_get_aligned object sizes and alignment requests
[vpp.git] / src / vnet / ipsec / ipsec.h
index 0269eb0..bf9fab2 100644 (file)
@@ -242,6 +242,8 @@ typedef struct
 
 typedef struct
 {
+  /* Required for pool_get_aligned */
+  CLIB_CACHE_LINE_ALIGN_MARK (cacheline0);
   u32 input_sa_index;
   u32 output_sa_index;
   u32 hw_if_index;