aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/session/session_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vnet/session/session_table.h')
-rw-r--r--src/vnet/session/session_table.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vnet/session/session_table.h b/src/vnet/session/session_table.h
index 31b1f647e23..f7f8c91b26c 100644
--- a/src/vnet/session/session_table.h
+++ b/src/vnet/session/session_table.h
@@ -49,6 +49,8 @@ typedef struct _session_lookup_table
* byproduct of fib table ids not necessarily being the same for
* identical fib idices of v4 and v6 fib protos */
u8 active_fib_proto;
+ /* Required for pool_get_aligned(...) */
+ CLIB_CACHE_LINE_ALIGN_MARK (cacheline0);
} session_table_t;
#define SESSION_TABLE_INVALID_INDEX ((u32)~0)