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

Function ethdev_tx_node_get

dpdk/lib/node/ethdev_tx.c:79–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77};
78
79struct rte_node_register *
80ethdev_tx_node_get(void)
81{
82 return &ethdev_tx_node_base;
83}
84
85RTE_NODE_REGISTER(ethdev_tx_node_base);

Callers 1

rte_node_eth_configFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected