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

Function port_summary_header_display

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

Source from the content-addressed store, hash-verified

955}
956
957void
958port_summary_header_display(void)
959{
960 uint16_t port_number;
961
962 port_number = rte_eth_dev_count_avail();
963 printf("Number of available ports: %i\n", port_number);
964 printf("%-4s %-17s %-12s %-14s %-8s %s\n", "Port", "MAC Address", "Name",
965 "Driver", "Status", "Link");
966}
967
968void
969port_summary_display(portid_t port_id)

Callers 2

cmd_showportall_parsedFunction · 0.85
cmd_showport_parsedFunction · 0.85

Calls 2

rte_eth_dev_count_availFunction · 0.85
printfFunction · 0.50

Tested by

no test coverage detected