X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fvnet%2Ffib%2Fip4_fib.h;h=ff00b4170c40a6748e43443c53f984444061bb94;hb=47feb1146ec3b0e1cf2ebd83cd5211e1df261194;hp=7fc2d3f53c958b3e9f25cd23bb58270a3dd3eb52;hpb=eb987d3a09f669787014b1553f032219522149e1;p=vpp.git diff --git a/src/vnet/fib/ip4_fib.h b/src/vnet/fib/ip4_fib.h index 7fc2d3f53c9..ff00b4170c4 100644 --- a/src/vnet/fib/ip4_fib.h +++ b/src/vnet/fib/ip4_fib.h @@ -38,6 +38,9 @@ typedef struct ip4_fib_t_ { + /** Required for pool_get_aligned */ + CLIB_CACHE_LINE_ALIGN_MARK(cacheline0); + /** * Mtrie for fast lookups. Hash is used to maintain overlapping prefixes. * First member so it's in the first cacheline. @@ -52,13 +55,6 @@ typedef struct ip4_fib_t_ /* Index into FIB vector. */ u32 index; - - /* N-tuple classifier indices */ - u32 fwd_classify_table_index; - u32 rev_classify_table_index; - - /* Required for pool_get_aligned */ - CLIB_CACHE_LINE_ALIGN_MARK(cacheline0); } ip4_fib_t; extern fib_node_index_t ip4_fib_table_lookup(const ip4_fib_t *fib,