| 59 | } |
| 60 | |
| 61 | struct ethdev_tx_node_main * |
| 62 | ethdev_tx_node_data_get(void) |
| 63 | { |
| 64 | return ðdev_tx_main; |
| 65 | } |
| 66 | |
| 67 | static struct rte_node_register ethdev_tx_node_base = { |
| 68 | .process = ethdev_tx_node_process, |
no outgoing calls
no test coverage detected