summaryrefslogtreecommitdiffstats
path: root/src/stateless/dp/trex_stream_node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stateless/dp/trex_stream_node.h')
-rw-r--r--src/stateless/dp/trex_stream_node.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/stateless/dp/trex_stream_node.h b/src/stateless/dp/trex_stream_node.h
index bc7be057..b74e0f62 100644
--- a/src/stateless/dp/trex_stream_node.h
+++ b/src/stateless/dp/trex_stream_node.h
@@ -42,6 +42,10 @@ public:
uint8_t m_pad_end[104];
+ /* CACHE_LINE */
+ uint64_t m_pad3[8];
+
+
public:
void free_command();
@@ -135,6 +139,9 @@ private:
/* pad to match the size of CGenNode */
uint8_t m_pad_end[20];
+ /* CACHE_LINE */
+ uint64_t m_pad3[8];
+
public:
@@ -648,6 +655,9 @@ private:
/* pad to match the size of CGenNode */
uint8_t m_pad_end[11];
+ /* CACHE_LINE */
+ uint64_t m_pad3[8];
+
} __rte_cache_aligned;