X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fvxlan%2Fvxlan.h;h=3c74bfd4e8e42dd8389e2b7263d6186e2d36dec5;hb=eb987d3a09f669787014b1553f032219522149e1;hp=8fb031d4af570e9cc5aba9fafeb42661d8bd0806;hpb=432bf677c6decadd05e3edfe54c02b1d01b2c64e;p=vpp.git diff --git a/src/vnet/vxlan/vxlan.h b/src/vnet/vxlan/vxlan.h index 8fb031d4af5..3c74bfd4e8e 100644 --- a/src/vnet/vxlan/vxlan.h +++ b/src/vnet/vxlan/vxlan.h @@ -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;