Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_node/
H A Dnull.c23 RTE_NODE_REGISTER(null_node);
H A Dpkt_drop.c26 RTE_NODE_REGISTER(pkt_drop_node);
H A Dethdev_tx.c86 RTE_NODE_REGISTER(ethdev_tx_node_base);
H A Dip4_lookup.c240 RTE_NODE_REGISTER(ip4_lookup_node);
H A Dethdev_rx.c231 RTE_NODE_REGISTER(ethdev_rx_node_base);
H A Dpkt_cls.c225 RTE_NODE_REGISTER(pkt_cls_node);
H A Dip4_rewrite.c351 RTE_NODE_REGISTER(ip4_rewrite_node);
/f-stack/dpdk/app/test/
H A Dtest_graph_perf.c120 RTE_NODE_REGISTER(test_graph_perf_source);
150 RTE_NODE_REGISTER(test_graph_perf_source_burst_one);
215 RTE_NODE_REGISTER(test_graph_perf_worker);
236 RTE_NODE_REGISTER(test_graph_perf_sink);
H A Dtest_graph.c147 RTE_NODE_REGISTER(test_node_source);
154 RTE_NODE_REGISTER(test_node0);
/f-stack/dpdk/lib/librte_graph/
H A Drte_graph.h465 #define RTE_NODE_REGISTER(node) \ macro
/f-stack/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
162 Use ``rte_node_clone()`` to clone a already existing node, created using RTE_NODE_REGISTER.