| /dpdk/app/test-crypto-perf/ |
| H A D | cperf_options_parsing.c | 838 { CPERF_MODEX_LEN, required_argument, 0, 0 }, 840 { CPERF_POOL_SIZE, required_argument, 0, 0 }, 841 { CPERF_TOTAL_OPS, required_argument, 0, 0 }, 845 { CPERF_DESC_NB, required_argument, 0, 0 }, 847 { CPERF_IMIX, required_argument, 0, 0 }, 848 { CPERF_DEVTYPE, required_argument, 0, 0 }, 849 { CPERF_OPTYPE, required_argument, 0, 0 }, 854 { CPERF_TEST_FILE, required_argument, 0, 0 }, 855 { CPERF_TEST_NAME, required_argument, 0, 0 }, 864 { CPERF_AUTH_OP, required_argument, 0, 0 }, [all …]
|
| /dpdk/app/test-compress-perf/ |
| H A D | comp_perf_options_parse.c | 565 { CPERF_PTEST_TYPE, required_argument, 0, 0 }, 566 { CPERF_DRIVER_NAME, required_argument, 0, 0 }, 567 { CPERF_TEST_FILE, required_argument, 0, 0 }, 568 { CPERF_SEG_SIZE, required_argument, 0, 0 }, 569 { CPERF_BURST_SIZE, required_argument, 0, 0 }, 571 { CPERF_POOL_SIZE, required_argument, 0, 0 }, 572 { CPERF_MAX_SGL_SEGS, required_argument, 0, 0}, 573 { CPERF_NUM_ITER, required_argument, 0, 0 }, 574 { CPERF_OPTYPE, required_argument, 0, 0 }, 575 { CPERF_HUFFMAN_ENC, required_argument, 0, 0 }, [all …]
|
| /dpdk/examples/vm_power_manager/guest_cli/ |
| H A D | main.c | 44 { "vm-name", required_argument, 0, 'n'}, in parse_args() 45 { "busy-hours", required_argument, 0, 'b'}, in parse_args() 46 { "quiet-hours", required_argument, 0, 'q'}, in parse_args() 47 { "port-list", required_argument, 0, 'p'}, in parse_args() 48 { "vcpu-list", required_argument, 0, 'l'}, in parse_args() 49 { "policy", required_argument, 0, 'o'}, in parse_args()
|
| /dpdk/examples/eventdev_pipeline/ |
| H A D | main.c | 124 {"workers", required_argument, 0, 'w'}, 125 {"packets", required_argument, 0, 'n'}, 126 {"atomic-flows", required_argument, 0, 'f'}, 127 {"num_stages", required_argument, 0, 's'}, 128 {"rx-mask", required_argument, 0, 'r'}, 129 {"tx-mask", required_argument, 0, 't'}, 130 {"sched-mask", required_argument, 0, 'e'}, 131 {"cq-depth", required_argument, 0, 'c'}, 132 {"work-cycles", required_argument, 0, 'W'}, 133 {"mempool-size", required_argument, 0, 'm'},
|
| /dpdk/examples/l2fwd-crypto/ |
| H A D | main.c | 1667 { "cdev_type", required_argument, 0, 0 }, in l2fwd_crypto_parse_args() 1668 { "chain", required_argument, 0, 0 }, in l2fwd_crypto_parse_args() 1671 { "cipher_op", required_argument, 0, 0 }, in l2fwd_crypto_parse_args() 1674 { "cipher_iv", required_argument, 0, 0 }, in l2fwd_crypto_parse_args() 1679 { "auth_op", required_argument, 0, 0 }, in l2fwd_crypto_parse_args() 1680 { "auth_key", required_argument, 0, 0 }, in l2fwd_crypto_parse_args() 1682 { "auth_iv", required_argument, 0, 0 }, in l2fwd_crypto_parse_args() 1686 { "aead_op", required_argument, 0, 0 }, in l2fwd_crypto_parse_args() 1687 { "aead_key", required_argument, 0, 0 }, in l2fwd_crypto_parse_args() 1689 { "aead_iv", required_argument, 0, 0 }, in l2fwd_crypto_parse_args() [all …]
|
| /dpdk/app/dumpcap/ |
| H A D | main.c | 311 { "autostop", required_argument, NULL, 'a' }, in parse_opts() 312 { "capture-comment", required_argument, NULL, 0 }, in parse_opts() 314 { "interface", required_argument, NULL, 'i' }, in parse_opts() 317 { "output-file", required_argument, NULL, 'w' }, in parse_opts() 318 { "ring-buffer", required_argument, NULL, 'b' }, in parse_opts() 319 { "snapshot-length", required_argument, NULL, 's' }, in parse_opts()
|
| /dpdk/examples/l2fwd-event/ |
| H A D | main.c | 208 { CMD_LINE_OPT_MODE, required_argument, NULL, in l2fwd_event_parse_args() 210 { CMD_LINE_OPT_EVENTQ_SCHED, required_argument, NULL, in l2fwd_event_parse_args() 212 { CMD_LINE_OPT_PORT_PAIR_CONF, required_argument, NULL, in l2fwd_event_parse_args() 216 {CMD_LINE_OPT_VECTOR_SIZE, required_argument, NULL, in l2fwd_event_parse_args() 218 {CMD_LINE_OPT_VECTOR_TMO_NS, required_argument, NULL, in l2fwd_event_parse_args()
|
| /dpdk/lib/eal/windows/ |
| H A D | getopt.c | 184 if (long_options[match].has_arg == required_argument || in parse_long_options() 189 required_argument) { in parse_long_options() 196 if ((long_options[match].has_arg == required_argument) in parse_long_options()
|
| /dpdk/examples/vhost/ |
| H A D | main.c | 661 {OPT_VM2VM, required_argument, in us_vhost_parse_args() 663 {OPT_RX_RETRY, required_argument, in us_vhost_parse_args() 665 {OPT_RX_RETRY_DELAY, required_argument, in us_vhost_parse_args() 667 {OPT_RX_RETRY_NUMB, required_argument, in us_vhost_parse_args() 669 {OPT_MERGEABLE, required_argument, in us_vhost_parse_args() 671 {OPT_STATS, required_argument, in us_vhost_parse_args() 673 {OPT_SOCKET_FILE, required_argument, in us_vhost_parse_args() 675 {OPT_TX_CSUM, required_argument, in us_vhost_parse_args() 677 {OPT_TSO, required_argument, in us_vhost_parse_args() 683 {OPT_DMAS, required_argument, in us_vhost_parse_args() [all …]
|
| /dpdk/examples/dma/ |
| H A D | dmafwd.c | 627 {CMD_LINE_OPT_PORTMASK, required_argument, NULL, 'p'}, in dma_parse_args() 628 {CMD_LINE_OPT_NB_QUEUE, required_argument, NULL, 'q'}, in dma_parse_args() 629 {CMD_LINE_OPT_COPY_TYPE, required_argument, NULL, 'c'}, in dma_parse_args() 630 {CMD_LINE_OPT_RING_SIZE, required_argument, NULL, 's'}, in dma_parse_args() 631 {CMD_LINE_OPT_BATCH_SIZE, required_argument, NULL, 'b'}, in dma_parse_args() 632 {CMD_LINE_OPT_FRAME_SIZE, required_argument, NULL, 'f'}, in dma_parse_args() 633 {CMD_LINE_OPT_STATS_INTERVAL, required_argument, NULL, 'i'}, in dma_parse_args()
|
| /dpdk/lib/eal/windows/include/ |
| H A D | getopt.h | 60 #define required_argument 1 macro
|
| /dpdk/examples/fips_validation/ |
| H A D | main.c | 236 {OPT_REQ_FILE_PATH, required_argument, in cryptodev_fips_validate_parse_args() 238 {OPT_RSP_FILE_PATH, required_argument, in cryptodev_fips_validate_parse_args() 242 {OPT_MBUF_DATAROOM, required_argument, in cryptodev_fips_validate_parse_args() 244 {OPT_CRYPTODEV, required_argument, in cryptodev_fips_validate_parse_args() 246 {OPT_CRYPTODEV_ID, required_argument, in cryptodev_fips_validate_parse_args() 250 {OPT_CRYPTODEV_BK_ID, required_argument, in cryptodev_fips_validate_parse_args() 252 {OPT_CRYPTODEV_BK_DIR_KEY, required_argument, in cryptodev_fips_validate_parse_args()
|
| /dpdk/examples/bbdev_app/ |
| H A D | main.c | 223 { "enc_core_mask", required_argument, 0, 'e' }, in bbdev_parse_args() 224 { "dec_core_mask", required_argument, 0, 'd' }, in bbdev_parse_args() 225 { "port_id", required_argument, 0, 'p' }, in bbdev_parse_args() 226 { "bbdev_id", required_argument, 0, 'b' }, in bbdev_parse_args()
|
| /dpdk/examples/vmdq_dcb/ |
| H A D | main.c | 447 {"nb-pools", required_argument, NULL, 0}, in vmdq_parse_args() 448 {"nb-tcs", required_argument, NULL, 0}, in vmdq_parse_args()
|
| /dpdk/examples/vhost_crypto/ |
| H A D | main.c | 219 {OPT_SOCKET_FILE, required_argument, in vhost_crypto_parse_args() 221 {OPT_CONFIG, required_argument, in vhost_crypto_parse_args()
|
| /dpdk/app/proc-info/ |
| H A D | main.c | 230 {"xstats-name", required_argument, NULL, 1}, in proc_info_parse_args() 239 {"iter-mempool", required_argument, NULL, 0}, in proc_info_parse_args() 240 {"dump-regs", required_argument, NULL, 0}, in proc_info_parse_args()
|
| /dpdk/examples/vdpa/ |
| H A D | main.c | 61 {"iface", required_argument, NULL, 0}, in parse_args()
|
| /dpdk/examples/vmdq/ |
| H A D | main.c | 401 {"nb-pools", required_argument, NULL, 0}, in vmdq_parse_args()
|
| /dpdk/examples/l2fwd-cat/ |
| H A D | cat.c | 659 { "l3ca", required_argument, 0, 0 }, in parse_args()
|
| /dpdk/examples/kni/ |
| H A D | main.c | 522 {CMDLINE_OPT_CONFIG, required_argument, NULL, 0}, in parse_args()
|