X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvppinfra%2Fcuckoo_template.h;h=eccbde108c42d8090d2f8cdd79ed9f2879b9b48f;hb=65eb77231cbcf4e0ad9c04ad511035c5154853ac;hp=b53a089771d3efc507ff18d5943ece5bdd0d0026;hpb=470a011511a41dcb893df12b33261030717d1e08;p=vpp.git diff --git a/src/vppinfra/cuckoo_template.h b/src/vppinfra/cuckoo_template.h index b53a089771d..eccbde108c4 100644 --- a/src/vppinfra/cuckoo_template.h +++ b/src/vppinfra/cuckoo_template.h @@ -154,6 +154,8 @@ typedef struct typedef struct { + CLIB_CACHE_LINE_ALIGN_MARK (cacheline0); + /** reduced hashes corresponding to elements */ u8 reduced_hashes[CLIB_CUCKOO_KVP_PER_BUCKET];