MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ethdev_rx_node_get

Function ethdev_rx_node_get

dpdk/lib/node/ethdev_rx.c:222–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220};
221
222struct rte_node_register *
223ethdev_rx_node_get(void)
224{
225 return &ethdev_rx_node_base;
226}
227
228RTE_NODE_REGISTER(ethdev_rx_node_base);

Callers 1

rte_node_eth_configFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected