* Opens a NIC for writing packets to it */
| 1161 | * Opens a NIC for writing packets to it |
| 1162 | */ |
| 1163 | static int |
| 1164 | open_tx_iface(const char *key, const char *value, void *extra_args) |
| 1165 | { |
| 1166 | return open_iface(key, value, extra_args); |
| 1167 | } |
| 1168 | |
| 1169 | static int |
| 1170 | select_phy_mac(const char *key __rte_unused, const char *value, |
nothing calls this directly
no test coverage detected