Home
last modified time | relevance | path

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

/dpdk/lib/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()
/dpdk/lib/node/
H A Dpkt_cls.c45 for (i = OBJS_PER_CLINE; i < RTE_GRAPH_BURST_SIZE; i += OBJS_PER_CLINE) in pkt_cls_node_process()
48 #if RTE_GRAPH_BURST_SIZE > 64 in pkt_cls_node_process()
61 #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.c29 RTE_GRAPH_BURST_SIZE); in ethdev_rx_node_process_inline()
/dpdk/config/
H A Drte_config.h95 #define RTE_GRAPH_BURST_SIZE 256 macro
/dpdk/app/test/
H A Dtest_graph_perf.c116 count = (node->ctx[i + 9] * RTE_GRAPH_BURST_SIZE) / 100; in test_perf_node_worker_source()
121 return RTE_GRAPH_BURST_SIZE; in test_perf_node_worker_source()
H A Dtest_graph.c180 nb_objs = RTE_GRAPH_BURST_SIZE; in test_node_worker_source()
/dpdk/examples/l3fwd-graph/
H A Dmain.c440 nports * nb_lcores * RTE_GRAPH_BURST_SIZE + \
/dpdk/doc/guides/prog_guide/
H A Dgraph_lib.rst48 RTE_GRAPH_BURST_SIZE config option.