Searched refs:node_names (Results 1 – 1 of 1) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_graph.c | 77 const char *node_names[] = { variable 475 if (strcmp(name, node_names[i]) != 0) { in test_lookup_functions() 478 i, node_names[i], name); in test_lookup_functions() 485 uint32_t idx = rte_node_from_name(node_names[i]); in test_lookup_functions() 489 node_names[i], tm->test_node[i].idx, idx); in test_lookup_functions() 700 if (strncmp(node->name, node_names[i], RTE_NODE_NAMESIZE)) { in test_graph_lookup_functions() 702 node_names[i], node->name); in test_graph_lookup_functions() 708 node = rte_graph_node_get_by_name("worker0", node_names[i]); in test_graph_lookup_functions() 721 if (strncmp(node->name, node_names[i], RTE_NODE_NAMESIZE)) { in test_graph_lookup_functions() 723 node_names[i], node->name); in test_graph_lookup_functions()
|