Fixes for buliding for 32bit targets:
[vpp.git] / src / vnet / classify / vnet_classify.h
index 4fea95d..2bc1224 100644 (file)
@@ -149,6 +149,7 @@ typedef struct
 
 typedef struct
 {
+  CLIB_CACHE_LINE_ALIGN_MARK (cacheline0);
   /* Mask to apply after skipping N vectors */
   u32x4 *mask;
   /* Buckets and entries */