From 89d643b96d9a86345ef1de8e80c801d1863002e8 Mon Sep 17 00:00:00 2001 From: Ido Barnea Date: Thu, 5 May 2016 11:52:11 +0300 Subject: Regression tests working. Still missing python API to parse latency json --- src/stateless/dp/trex_stateless_dp_core.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/stateless/dp/trex_stateless_dp_core.cpp') diff --git a/src/stateless/dp/trex_stateless_dp_core.cpp b/src/stateless/dp/trex_stateless_dp_core.cpp index 9c05c16b..8bb89ee9 100644 --- a/src/stateless/dp/trex_stateless_dp_core.cpp +++ b/src/stateless/dp/trex_stateless_dp_core.cpp @@ -212,8 +212,7 @@ std::string CGenNodeStateless::get_stream_state_str(stream_state_t stream_state) } rte_mbuf_t * CGenNodeStateless::alloc_flow_stat_mbuf(rte_mbuf_t *m) { - //????????? - // temp implementation. Just copy the entire mbuf + //????????? temp implementation. Just copy the entire mbuf rte_mbuf_t *m_new = CGlobalInfo::pktmbuf_alloc( get_socket_id(), m->data_len ); /* TBD remove this, should handle cases of error */ assert(m_new); -- cgit 1.2.3-korg