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

Function print_usage

dpdk/examples/distributor/main.c:696–703  ·  view source on GitHub ↗

display usage */

Source from the content-addressed store, hash-verified

694
695/* display usage */
696static void
697print_usage(const char *prgname)
698{
699 printf("%s [EAL options] -- -p PORTMASK [-c]\n"
700 " -p PORTMASK: hexadecimal bitmask of ports to configure\n"
701 " -c: Combines the RX core with the distribution core\n",
702 prgname);
703}
704
705static int
706parse_portmask(const char *portmask)

Callers 1

parse_argsFunction · 0.70

Calls 1

printfFunction · 0.50

Tested by

no test coverage detected