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

Function print_ethaddr

dpdk/app/test-pmd/config.c:209–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207};
208
209static void
210print_ethaddr(const char *name, struct rte_ether_addr *eth_addr)
211{
212 char buf[RTE_ETHER_ADDR_FMT_SIZE];
213 rte_ether_format_addr(buf, RTE_ETHER_ADDR_FMT_SIZE, eth_addr);
214 printf("%s%s", name, buf);
215}
216
217static void
218nic_xstats_display_periodic(portid_t port_id)

Callers 3

device_infos_displayFunction · 0.70
port_infos_displayFunction · 0.70
pkt_fwd_config_displayFunction · 0.70

Calls 2

rte_ether_format_addrFunction · 0.85
printfFunction · 0.50

Tested by

no test coverage detected