X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fbier%2Fbier_fmask.h;h=56930f6cd44b443c72838741a3763fd174d44417;hb=eb987d3a09f669787014b1553f032219522149e1;hp=81b3923f54ccd3af9bab2da77e4b1bb2869618d4;hpb=432bf677c6decadd05e3edfe54c02b1d01b2c64e;p=vpp.git diff --git a/src/vnet/bier/bier_fmask.h b/src/vnet/bier/bier_fmask.h index 81b3923f54c..56930f6cd44 100644 --- a/src/vnet/bier/bier_fmask.h +++ b/src/vnet/bier/bier_fmask.h @@ -97,6 +97,11 @@ typedef enum bier_fmask_flags_t_ * for the next lookup */ typedef struct bier_fmask_t_ { + /** + * Required for pool_get_aligned + */ + CLIB_CACHE_LINE_ALIGN_MARK(cacheline0); + /** * The BIER fmask is a child of a FIB entry in the FIB graph. */