X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fdpo%2Flookup_dpo.h;h=21aecadc28012f30d7b45b284e5c390964524a9e;hb=eb987d3a09f669787014b1553f032219522149e1;hp=4ebd6050fc6bdbe02a5eb63213988a664e6addef;hpb=432bf677c6decadd05e3edfe54c02b1d01b2c64e;p=vpp.git diff --git a/src/vnet/dpo/lookup_dpo.h b/src/vnet/dpo/lookup_dpo.h index 4ebd6050fc6..21aecadc280 100644 --- a/src/vnet/dpo/lookup_dpo.h +++ b/src/vnet/dpo/lookup_dpo.h @@ -64,6 +64,12 @@ typedef enum lookup_cast_t_ { */ typedef struct lookup_dpo_t { + /** + * required for pool_get_aligned. + * memebers used in the switch path come first! + */ + CLIB_CACHE_LINE_ALIGN_MARK(cacheline0); + /** * The FIB, or interface from which to get a FIB, in which to perform * the next lookup;