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

Function vdpa_usage

dpdk/examples/vdpa/main.c:45–53  ·  view source on GitHub ↗

display usage */

Source from the content-addressed store, hash-verified

43
44/* display usage */
45static void
46vdpa_usage(const char *prgname)
47{
48 printf("Usage: %s [EAL options] -- "
49 " --interactive|-i: run in interactive mode.\n"
50 " --iface <path>: specify the path prefix of the socket files, e.g. /tmp/vhost-user-.\n"
51 " --client: register a vhost-user socket as client mode.\n",
52 prgname);
53}
54
55static int
56parse_args(int argc, char **argv)

Callers 1

parse_argsFunction · 0.85

Calls 1

printfFunction · 0.50

Tested by

no test coverage detected