summaryrefslogtreecommitdiffstats
path: root/src/stateless/dp/trex_stream_node.h
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2015-12-15 14:45:55 +0200
committerHanoh Haim <hhaim@cisco.com>2015-12-15 14:45:55 +0200
commite7ffce7b0317f9861264b17d003b22915177de33 (patch)
treeccf0b538a8bfbabb476f4f6e9b02139eb17dc11b /src/stateless/dp/trex_stream_node.h
parente263b80e39391a7552d9b9f56940e4fe4a9c3fbc (diff)
first test works
Diffstat (limited to 'src/stateless/dp/trex_stream_node.h')
-rw-r--r--src/stateless/dp/trex_stream_node.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/stateless/dp/trex_stream_node.h b/src/stateless/dp/trex_stream_node.h
index fc7d7a44..d33785fe 100644
--- a/src/stateless/dp/trex_stream_node.h
+++ b/src/stateless/dp/trex_stream_node.h
@@ -93,15 +93,20 @@ private:
uint32_t m_multi_bursts; /* in case of multi_burst how many bursts */
/* cache line 1 */
- TrexStream * m_ref_stream_info; /* the stream info */
+ TrexStream * m_ref_stream_info; /* the stream info */
CGenNodeStateless * m_next_stream;
uint8_t * m_original_packet_data_prefix; /* pointer to the original first pointer 64/128/512 */
- /* pad to match the size of CGenNode */
- uint8_t m_pad_end[48];
+ /* Fast Field VM section */
+ uint8_t * m_vm_flow_var; /* pointer to the vm flow var */
+ uint8_t * m_vm_program; /* pointer to the program */
+ uint16_t m_vm_program_size; /* up to 64K op codes */
+ /* End Fast Field VM Section */
+ /* pad to match the size of CGenNode */
+ uint8_t m_pad_end[30];
public: