Searched refs:RTE_GRAPH_BURST_SIZE (Results 1 – 10 of 10) sorted by relevance
50 #if RTE_GRAPH_BURST_SIZE == 152 #elif RTE_GRAPH_BURST_SIZE == 254 #elif RTE_GRAPH_BURST_SIZE == 456 #elif RTE_GRAPH_BURST_SIZE == 858 #elif RTE_GRAPH_BURST_SIZE == 1660 #elif RTE_GRAPH_BURST_SIZE == 3262 #elif RTE_GRAPH_BURST_SIZE == 6464 #elif RTE_GRAPH_BURST_SIZE == 12866 #elif RTE_GRAPH_BURST_SIZE == 256
467 size = RTE_MIN(UINT16_MAX, RTE_MAX(RTE_GRAPH_BURST_SIZE, size * 2)); in __rte_node_stream_alloc()483 size = RTE_MIN(UINT16_MAX, RTE_MAX(RTE_GRAPH_BURST_SIZE, req_size * 2)); in __rte_node_stream_alloc_size()
49 for (i = OBJS_PER_CLINE; i < RTE_GRAPH_BURST_SIZE; i += OBJS_PER_CLINE) in pkt_cls_node_process()52 #if RTE_GRAPH_BURST_SIZE > 64 in pkt_cls_node_process()65 #if RTE_GRAPH_BURST_SIZE > 64 in pkt_cls_node_process()
38 for (i = OBJS_PER_CLINE; i < RTE_GRAPH_BURST_SIZE; i += OBJS_PER_CLINE) in ip4_lookup_node_process_vec()49 #if RTE_GRAPH_BURST_SIZE > 64 in ip4_lookup_node_process_vec()
30 RTE_GRAPH_BURST_SIZE); in ethdev_rx_node_process_inline()
101 #define RTE_GRAPH_BURST_SIZE 256 macro
105 count = (node->ctx[i + 9] * RTE_GRAPH_BURST_SIZE) / 100; in test_perf_node_worker_source()110 return RTE_GRAPH_BURST_SIZE; in test_perf_node_worker_source()
168 nb_objs = RTE_GRAPH_BURST_SIZE; in test_node_worker_source()
441 nports * nb_lcores * RTE_GRAPH_BURST_SIZE + \
48 RTE_GRAPH_BURST_SIZE config option.