X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fmfib%2Fmfib_itf.h;h=295be1b20e59ef171130a080425494fb0084cac2;hb=eb987d3a09f669787014b1553f032219522149e1;hp=fe39c895d8bd7f79a1c9ef37406a3933abf599a4;hpb=432bf677c6decadd05e3edfe54c02b1d01b2c64e;p=vpp.git diff --git a/src/vnet/mfib/mfib_itf.h b/src/vnet/mfib/mfib_itf.h index fe39c895d8b..295be1b20e5 100644 --- a/src/vnet/mfib/mfib_itf.h +++ b/src/vnet/mfib/mfib_itf.h @@ -24,6 +24,11 @@ */ typedef struct mfib_itf_t_ { + /** + * Required for pool_get_aligned + */ + CLIB_CACHE_LINE_ALIGN_MARK(cacheline0); + /** * @brief Forwarding Flags on the entry - checked in the data-path */