Searched refs:nname (Results 1 – 1 of 1) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_graph_perf.c | 266 graph_node_get(const char *pname, char *nname) in graph_node_get() argument 281 return rte_node_clone(pnode_id, nname); in graph_node_get() 324 char nname[RTE_NODE_NAMESIZE / 2]; in graph_init() local 400 snprintf(nname, sizeof(nname), "%d-%d", i, j); in graph_init() 402 graph_node_get(TEST_GRAPH_WRK_NAME, nname); in graph_init() 404 printf("Failed to create node[%s]\n", nname); in graph_init() 460 snprintf(nname, sizeof(nname), "%d", i); in graph_init() 464 nname); in graph_init() 466 printf("Failed to create node[%s]\n", nname); in graph_init() 520 snprintf(nname, sizeof(nname), "%d", i); in graph_init() [all …]
|