Code Review
/
vpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
974a760
)
Fix the alignment of IP4 Fib Tables (VPP-1280)
26/12626/2
author
Neale Ranns
<
[email protected]
>
Thu, 17 May 2018 14:44:08 +0000
(07:44 -0700)
committer
Damjan 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
patch
|
blob
|
history
diff --git
a/src/vnet/fib/ip4_fib.h
b/src/vnet/fib/ip4_fib.h
index
84800eb
..
a0b1143
100644
(file)
--- 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.