From 54908a2c2ff2f2b78195d5e6c79f7a81289846ad Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Tue, 29 May 2018 19:54:40 -0400 Subject: Revert "Fix the alignment of IP4 Fib Tables (VPP-1280)" 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 --- src/vnet/fib/ip4_fib.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/vnet/fib/ip4_fib.h b/src/vnet/fib/ip4_fib.h index ff0d6677e53..7fc2d3f53c9 100644 --- a/src/vnet/fib/ip4_fib.h +++ b/src/vnet/fib/ip4_fib.h @@ -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. -- cgit 1.2.3-korg