aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeale Ranns <nranns@cisco.com>2018-05-29 19:54:40 -0400
committerNeale Ranns <nranns@cisco.com>2018-05-29 21:16:59 -0400
commit54908a2c2ff2f2b78195d5e6c79f7a81289846ad (patch)
tree0a39308d9ee2c7e8bff1c8c83295db7057018dc2
parent01b2c23faecee4a60cccf8219bf37fa588009b8d (diff)
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 <nranns@cisco.com>
-rw-r--r--src/vnet/fib/ip4_fib.h1
1 files changed, 0 insertions, 1 deletions
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.