MCPcopy Create free account
hub / github.com/F-Stack/f-stack / graph_mem_fixup_secondary

Function graph_mem_fixup_secondary

dpdk/lib/graph/graph.c:294–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292}
293
294static struct rte_graph *
295graph_mem_fixup_secondary(struct rte_graph *graph)
296{
297 if (graph == NULL || rte_eal_process_type() == RTE_PROC_PRIMARY)
298 return graph;
299
300 if (graph_pcap_file_open(graph->pcap_filename) || graph_pcap_mp_init())
301 graph_pcap_exit(graph);
302
303 return graph_mem_fixup_node_ctx(graph);
304}
305
306static bool
307graph_src_node_avail(struct graph *graph)

Callers 1

rte_graph_lookupFunction · 0.85

Calls 5

rte_eal_process_typeFunction · 0.85
graph_pcap_file_openFunction · 0.85
graph_pcap_mp_initFunction · 0.85
graph_pcap_exitFunction · 0.85
graph_mem_fixup_node_ctxFunction · 0.85

Tested by

no test coverage detected