summaryrefslogtreecommitdiff
path: root/app/include
diff options
context:
space:
mode:
author童宗振 <[email protected]>2024-03-01 09:22:44 +0000
committer童宗振 <[email protected]>2024-03-01 09:22:44 +0000
commitd875d560366cdb5fa55ccd87143054a1fbca13db (patch)
tree596a064c8fef27b5c366f6a4fbb417c3c0117073 /app/include
parent5bedad46cda4df8b5c1fe01e28c07732ae7b1b99 (diff)
Recycle resources during app free mbuf;
When ctrlzone_reset, retain the trace pointer; Remove dp_trace_save_thread in app;
Diffstat (limited to 'app/include')
-rw-r--r--app/include/mrdp_trace.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/include/mrdp_trace.h b/app/include/mrdp_trace.h
index 8f3816b..ff95c9f 100644
--- a/app/include/mrdp_trace.h
+++ b/app/include/mrdp_trace.h
@@ -4,7 +4,6 @@
int marsio_dp_trace_init(struct mr_instance * instance);
void marsio_dp_trace_record_write(struct mr_instance * instance, marsio_buff_t * mbuf);
-int marsio_dp_trace_record_flush(struct mr_instance * instance);
void marsio_rte_pktmbuf_free(struct rte_mbuf * m);
void marsio_rte_mempool_generic_put(struct rte_mempool * mp, void * const * obj_table, unsigned int n,
struct rte_mempool_cache * cache); \ No newline at end of file