Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_graph/
H A Drte_graph.h50 #if RTE_GRAPH_BURST_SIZE == 1
52 #elif RTE_GRAPH_BURST_SIZE == 2
54 #elif RTE_GRAPH_BURST_SIZE == 4
56 #elif RTE_GRAPH_BURST_SIZE == 8
58 #elif RTE_GRAPH_BURST_SIZE == 16
60 #elif RTE_GRAPH_BURST_SIZE == 32
62 #elif RTE_GRAPH_BURST_SIZE == 64
64 #elif RTE_GRAPH_BURST_SIZE == 128
66 #elif RTE_GRAPH_BURST_SIZE == 256
H A Dgraph.c467 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()
/f-stack/dpdk/lib/librte_node/
H A Dpkt_cls.c49 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()
H A Dip4_lookup_neon.h38 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()
H A Dethdev_rx.c30 RTE_GRAPH_BURST_SIZE); in ethdev_rx_node_process_inline()
/f-stack/dpdk/config/
H A Drte_config.h101 #define RTE_GRAPH_BURST_SIZE 256 macro
/f-stack/dpdk/app/test/
H A Dtest_graph_perf.c105 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()
H A Dtest_graph.c168 nb_objs = RTE_GRAPH_BURST_SIZE; in test_node_worker_source()
/f-stack/dpdk/examples/l3fwd-graph/
H A Dmain.c441 nports * nb_lcores * RTE_GRAPH_BURST_SIZE + \
/f-stack/dpdk/doc/guides/prog_guide/
H A Dgraph_lib.rst48 RTE_GRAPH_BURST_SIZE config option.