display usage */
| 694 | |
| 695 | /* display usage */ |
| 696 | static void |
| 697 | print_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 | |
| 705 | static int |
| 706 | parse_portmask(const char *portmask) |