From 4d319010eaeb17cce9af55ef00feb71a6930c931 Mon Sep 17 00:00:00 2001 From: Hanoh Haim Date: Mon, 9 May 2016 18:35:12 +0300 Subject: fix cache splitter --- src/stateless/dp/trex_stateless_dp_core.cpp | 3 --- 1 file changed, 3 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 4bfeef4b..7e9bec1d 100644 --- a/src/stateless/dp/trex_stateless_dp_core.cpp +++ b/src/stateless/dp/trex_stateless_dp_core.cpp @@ -678,10 +678,7 @@ void TrexStatelessDpCore::replay_vm_into_cache(TrexStream * stream, assert(cache_size>0); rte_mbuf_t * m=0; - /* TBD do we have enough from this type of object , need to ask ! */ - uint32_t buf_size = CGenNodeCacheMbuf::get_object_size(cache_size); - /* TBD replace with align, zero API */ CGenNodeCacheMbuf * p = (CGenNodeCacheMbuf *)malloc(buf_size); assert(p); memset(p,0,buf_size); -- cgit 1.2.3-korg