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

Function open_tx_iface

dpdk/drivers/net/pcap/pcap_ethdev.c:1163–1167  ·  view source on GitHub ↗

* Opens a NIC for writing packets to it */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

open_ifaceFunction · 0.70

Tested by

no test coverage detected