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

Function graph_teardown

dpdk/app/test/test_graph.c:1031–1039  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1029}
1030
1031static void
1032graph_teardown(void)
1033{
1034 int id;
1035
1036 id = rte_graph_destroy(rte_graph_from_name("worker0"));
1037 if (id)
1038 printf("Graph Destroy failed\n");
1039}
1040
1041static struct unit_test_suite graph_testsuite = {
1042 .suite_name = "Graph library test suite",

Callers

nothing calls this directly

Calls 3

rte_graph_destroyFunction · 0.85
rte_graph_from_nameFunction · 0.85
printfFunction · 0.50

Tested by

no test coverage detected