Home
last modified time | relevance | path

Searched refs:RTE_NODE_REGISTER (Results 1 – 11 of 11) sorted by relevance

/dpdk/lib/node/
H A Dnull.c23 RTE_NODE_REGISTER(null_node);
H A Dpkt_drop.c25 RTE_NODE_REGISTER(pkt_drop_node);
H A Dethdev_tx.c85 RTE_NODE_REGISTER(ethdev_tx_node_base);
H A Dpkt_cls.c221 RTE_NODE_REGISTER(pkt_cls_node);
H A Dip4_lookup.c235 RTE_NODE_REGISTER(ip4_lookup_node);
H A Dethdev_rx.c230 RTE_NODE_REGISTER(ethdev_rx_node_base);
H A Dip4_rewrite.c347 RTE_NODE_REGISTER(ip4_rewrite_node);
/dpdk/app/test/
H A Dtest_graph_perf.c131 RTE_NODE_REGISTER(test_graph_perf_source);
161 RTE_NODE_REGISTER(test_graph_perf_source_burst_one);
226 RTE_NODE_REGISTER(test_graph_perf_worker);
247 RTE_NODE_REGISTER(test_graph_perf_sink);
H A Dtest_graph.c159 RTE_NODE_REGISTER(test_node_source);
166 RTE_NODE_REGISTER(test_node0);
/dpdk/lib/graph/
H A Drte_graph.h465 #define RTE_NODE_REGISTER(node) \ macro
/dpdk/doc/guides/prog_guide/
H A Dgraph_lib.rst122 Source nodes are static nodes created using ``RTE_NODE_REGISTER`` by passing
132 * The library registers the node by invoking RTE_NODE_REGISTER on library load
161 Use ``rte_node_clone()`` to clone a already existing node, created using RTE_NODE_REGISTER.