Fix the alignment of IP4 Fib Tables (VPP-1280) 26/12626/2
authorNeale Ranns <[email protected]>
Thu, 17 May 2018 14:44:08 +0000 (07:44 -0700)
committerDamjan Marion <[email protected]>
Fri, 18 May 2018 08:16:10 +0000 (08:16 +0000)
Change-Id: I63cedfac3dcb6dec380d02325eeebb1f35518309
Signed-off-by: Neale Ranns <[email protected]>
src/vnet/fib/ip4_fib.h

index 84800eb..a0b1143 100644 (file)
@@ -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.