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

Function ethdev_tx_node_data_get

dpdk/lib/node/ethdev_tx.c:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61struct ethdev_tx_node_main *
62ethdev_tx_node_data_get(void)
63{
64 return &ethdev_tx_main;
65}
66
67static struct rte_node_register ethdev_tx_node_base = {
68 .process = ethdev_tx_node_process,

Callers 1

rte_node_eth_configFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected