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

Function print_ethaddr

dpdk/app/test/test_pmd_perf.c:176–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176static void
177print_ethaddr(const char *name, const struct rte_ether_addr *eth_addr)
178{
179 char buf[RTE_ETHER_ADDR_FMT_SIZE];
180 rte_ether_format_addr(buf, RTE_ETHER_ADDR_FMT_SIZE, eth_addr);
181 printf("%s%s", name, buf);
182}
183
184static int
185init_traffic(struct rte_mempool *mp,

Callers 1

test_pmd_perfFunction · 0.70

Calls 2

rte_ether_format_addrFunction · 0.85
printfFunction · 0.50

Tested by

no test coverage detected