From 32bdea5fd30ffc378a213e773634015a5d5f255f Mon Sep 17 00:00:00 2001 From: Hanoh Haim Date: Thu, 24 Dec 2015 16:07:41 +0200 Subject: add refresh option to stream - should be enabled by stream bit --- src/stateless/dp/trex_stream_node.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/stateless/dp/trex_stream_node.h') diff --git a/src/stateless/dp/trex_stream_node.h b/src/stateless/dp/trex_stream_node.h index c9c0de43..70a66e6a 100644 --- a/src/stateless/dp/trex_stream_node.h +++ b/src/stateless/dp/trex_stream_node.h @@ -331,6 +331,11 @@ public: void Dump(FILE *fd); +private: + + void refresh_vm_bss(); + + } __rte_cache_aligned; static_assert(sizeof(CGenNodeStateless) == sizeof(CGenNode), "sizeof(CGenNodeStateless) != sizeof(CGenNode)" ); -- cgit 1.2.3-korg