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

Function usage

dpdk/examples/server_node_efd/efd_server/args.c:32–40  ·  view source on GitHub ↗

* Prints out usage information to stdout */

Source from the content-addressed store, hash-verified

30 * Prints out usage information to stdout
31 */
32static void
33usage(void)
34{
35 printf("%s [EAL options] -- -p PORTMASK -n NUM_NODES -f NUM_FLOWS\n"
36 " -p PORTMASK: hexadecimal bitmask of ports to use\n"
37 " -n NUM_NODES: number of node processes to use\n"
38 " -f NUM_FLOWS: number of flows to be added in the EFD table\n",
39 progname);
40}
41
42/**
43 * The ports to be used by the application are passed in

Callers 1

parse_app_argsFunction · 0.70

Calls 1

printfFunction · 0.50

Tested by

no test coverage detected