From: Neale Ranns Date: Thu, 17 May 2018 14:44:08 +0000 (-0700) Subject: Fix the alignment of IP4 Fib Tables (VPP-1280) X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=6a4b97a6162994a5759ab1014fa2005439bb3ee3;p=vpp.git Fix the alignment of IP4 Fib Tables (VPP-1280) Change-Id: I63cedfac3dcb6dec380d02325eeebb1f35518309 Signed-off-by: Neale Ranns --- diff --git a/src/vnet/fib/ip4_fib.h b/src/vnet/fib/ip4_fib.h index 84800eb2397..a0b1143ba8c 100644 --- a/src/vnet/fib/ip4_fib.h +++ b/src/vnet/fib/ip4_fib.h @@ -38,6 +38,7 @@ typedef struct ip4_fib_t_ { + 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.