aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/dpo/classify_dpo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vnet/dpo/classify_dpo.h')
-rw-r--r--src/vnet/dpo/classify_dpo.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/vnet/dpo/classify_dpo.h b/src/vnet/dpo/classify_dpo.h
index 48f4b2bf8a5..439727d351f 100644
--- a/src/vnet/dpo/classify_dpo.h
+++ b/src/vnet/dpo/classify_dpo.h
@@ -25,6 +25,11 @@
*/
typedef struct classify_dpo_t
{
+ /**
+ * required for pool_get_aligned.
+ */
+ CLIB_CACHE_LINE_ALIGN_MARK(cacheline0);
+
dpo_proto_t cd_proto;
u32 cd_table_index;