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

Function lsi_usage

dpdk/examples/link_status_interrupt/main.c:301–309  ·  view source on GitHub ↗

display usage */

Source from the content-addressed store, hash-verified

299
300/* display usage */
301static void
302lsi_usage(const char *prgname)
303{
304 printf("%s [EAL options] -- -p PORTMASK [-q NQ]\n"
305 " -p PORTMASK: hexadecimal bitmask of ports to configure\n"
306 " -q NQ: number of queue (=ports) per lcore (default is 1)\n"
307 " -T PERIOD: statistics will be refreshed each PERIOD seconds (0 to disable, 10 default, 86400 maximum)\n",
308 prgname);
309}
310
311static int
312lsi_parse_portmask(const char *portmask)

Callers 1

lsi_parse_argsFunction · 0.85

Calls 1

printfFunction · 0.50

Tested by

no test coverage detected