Harmonize vec/pool_get_aligned object sizes and alignment requests
[vpp.git] / src / vnet / vxlan / vxlan.h
index 8fb031d..3c74bfd 100644 (file)
@@ -66,6 +66,9 @@ typedef CLIB_PACKED(struct {
 }) vxlan6_tunnel_key_t;
 
 typedef struct {
+  /* Required for pool_get_aligned */
+  CLIB_CACHE_LINE_ALIGN_MARK(cacheline0);
+
   /* FIB DPO for IP forwarding of VXLAN encap packet */
   dpo_id_t next_dpo;