Home
last modified time | relevance | path

Searched refs:nname (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_graph_perf.c255 graph_node_get(const char *pname, char *nname) in graph_node_get() argument
270 return rte_node_clone(pnode_id, nname); in graph_node_get()
313 char nname[RTE_NODE_NAMESIZE / 2]; in graph_init() local
389 snprintf(nname, sizeof(nname), "%d-%d", i, j); in graph_init()
391 graph_node_get(TEST_GRAPH_WRK_NAME, nname); in graph_init()
393 printf("Failed to create node[%s]\n", nname); in graph_init()
449 snprintf(nname, sizeof(nname), "%d", i); in graph_init()
453 nname); in graph_init()
455 printf("Failed to create node[%s]\n", nname); in graph_init()
509 snprintf(nname, sizeof(nname), "%d", i); in graph_init()
[all …]