Revert "Fix the alignment of IP4 Fib Tables (VPP-1280)" 94/12794/1
authorNeale Ranns <[email protected]>
Tue, 29 May 2018 23:54:40 +0000 (19:54 -0400)
committerNeale Ranns <[email protected]>
Wed, 30 May 2018 01:16:59 +0000 (21:16 -0400)
This reverts commit 6a4b97a6162994a5759ab1014fa2005439bb3ee3.

subsequent commit 01b2c23faecee4a60cccf8219bf37fa588009b8d added the same cache line alignment and resulted in a duplicate member causing a build failure.

Change-Id: I6208095afe0d5da2a85147e8f70c80035e49092e
Signed-off-by: Neale Ranns <[email protected]>
src/vnet/fib/ip4_fib.h

index ff0d667..7fc2d3f 100644 (file)
@@ -38,7 +38,6 @@
 
 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.