Searched refs:node_names (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_graph.c | 65 const char *node_names[] = { variable 463 if (strcmp(name, node_names[i]) != 0) { in test_lookup_functions() 466 i, node_names[i], name); in test_lookup_functions() 473 uint32_t idx = rte_node_from_name(node_names[i]); in test_lookup_functions() 477 node_names[i], tm->test_node[i].idx, idx); in test_lookup_functions() 682 if (strncmp(node->name, node_names[i], RTE_NODE_NAMESIZE)) { in test_graph_lookup_functions() 684 node_names[i], node->name); in test_graph_lookup_functions() 690 node = rte_graph_node_get_by_name("worker0", node_names[i]); in test_graph_lookup_functions() 703 if (strncmp(node->name, node_names[i], RTE_NODE_NAMESIZE)) { in test_graph_lookup_functions() 705 node_names[i], node->name); in test_graph_lookup_functions()
|