Home
last modified time | relevance | path

Searched refs:option (Results 1 – 25 of 219) sorted by relevance

123456789

/dpdk/
H A Dmeson_options.txt3 option('check_includes', type: 'boolean', value: false, description:
5 option('cpu_instruction_set', type: 'string', value: 'auto',
7 option('developer_mode', type: 'feature', description:
9 option('disable_drivers', type: 'string', value: '', description:
11 option('disable_libs', type: 'string', value: '', description:
17 option('enable_drivers', type: 'string', value: '', description:
23 option('examples', type: 'string', value: '', description:
25 option('flexran_sdk', type: 'string', value: '', description:
31 option('kernel_dir', type: 'string', value: '', description:
33 option('machine', type: 'string', value: 'auto', description:
[all …]
/dpdk/drivers/net/vdev_netvsc/
H A Dmeson.build15 foreach option:cflags_options
16 if cc.has_argument(option)
17 cflags += option
/dpdk/drivers/compress/mlx5/
H A Dmeson.build22 foreach option:cflags_options
23 if cc.has_argument(option)
24 cflags += option
/dpdk/drivers/crypto/mlx5/
H A Dmeson.build24 foreach option:cflags_options
25 if cc.has_argument(option)
26 cflags += option
/dpdk/drivers/regex/mlx5/
H A Dmeson.build25 foreach option:cflags_options
26 if cc.has_argument(option)
27 cflags += option
/dpdk/lib/eal/windows/include/
H A Dgetopt.h65 struct option { struct
87 const struct option *longopts, int *longindex); argument
91 const struct option *long_options, int *idx);
/dpdk/drivers/vdpa/mlx5/
H A Dmeson.build26 foreach option:cflags_options
27 if cc.has_argument(option)
28 cflags += option
/dpdk/drivers/common/mlx5/
H A Dmeson.build29 foreach option:cflags_options
30 if cc.has_argument(option)
31 cflags += option
/dpdk/drivers/common/mlx5/windows/
H A Dmeson.build32 foreach option:cflags_options
33 if cc.has_argument(option)
34 cflags += option
/dpdk/drivers/net/mlx5/
H A Dmeson.build61 foreach option:cflags_options
62 if cc.has_argument(option)
63 cflags += option
/dpdk/doc/guides/sample_app_ug/
H A Dvhost.rst110 DPDK vhost-user will act as the client mode when such option is given.
135 The rx-retry option enables/disables enqueue retries when the guests Rx queue
137 rates, by allowing it to delay and retry in the receive path. This option is
141 The rx-retry-num option specifies the number of retries on an Rx burst, it
145 The rx-retry-delay option specifies the timeout (in micro seconds) between
150 Dequeue zero copy will be enabled when this option is given. it is worth to
156 VLAN strip option is removed, because different NICs have different behaviors
163 vhost APIs will be used when this option is given. It is disabled by default.
198 Make sure "-cpu host" QEMU option is given.
215 backend enables "builtin-net-driver", "--socket-mem" option should be
H A Dipsec_secgw.rst96 option.
269 where each option means:
271 * The ``-l`` option enables cores 20 and 21.
273 * The ``-n`` option sets memory 4 channels.
281 * The ``-P`` option enables promiscuous mode.
321 where each option means:
323 * The ``-c`` option selects cores 0 and 1 to run on.
325 * The ``-P`` option enables promiscuous mode.
577 Must be followed by <cipher_algo> option
603 Must be followed by <auth_algo> option
[all …]
H A Dpacket_ordering.rst49 The -c EAL CPU_COREMASK option has to contain at least 3 CPU cores.
58 The disable-reorder long option does, as its name implies, disable the reordering
61 The insight-worker long option enables output the packet statistics of each worker thread.
/dpdk/drivers/net/bnxt/
H A Dmeson.build16 foreach option:cflags_options
17 if cc.has_argument(option)
18 cflags += option
/dpdk/drivers/crypto/scheduler/
H A Drte_cryptodev_scheduler_operations.h31 void *option);
36 void *option);
H A Drte_cryptodev_scheduler.h234 void *option);
253 void *option);
H A Drte_cryptodev_scheduler.c521 void *option) in rte_cryptodev_scheduler_option_set() argument
532 if (!option) { in rte_cryptodev_scheduler_option_set()
546 return (*sched_ctx->ops.option_set)(dev, option_type, option); in rte_cryptodev_scheduler_option_set()
552 void *option) in rte_cryptodev_scheduler_option_get() argument
562 if (!option) { in rte_cryptodev_scheduler_option_get()
576 return (*sched_ctx->ops.option_get)(dev, option_type, option); in rte_cryptodev_scheduler_option_get()
/dpdk/doc/guides/linux_gsg/
H A Dbuild_sample_apps.rst56 ``[domain:]bus:devid.func`` values. Cannot be used with ``-b`` option.
69 The application should use this option to load the PMDs
74 recommended that ``--socket-mem`` be used instead of this option.
111 The ``-c`` or ``-l`` and option is mandatory; the others are optional.
130 …ivalent logical core number as reported by Linux. The preferred corelist option is a cleaner metho…
164 …s less memory than the reserved amount of hugepage-memory, particularly if using the ``-m`` option.
171 …his issue, it is recommended that the ``--socket-mem`` option be used instead of the ``-m`` option.
176 The socket-mem option can be used to request specific amounts of memory for specific sockets.
/dpdk/lib/eal/windows/
H A Dgetopt.c120 const struct option *long_options, int *idx, int short_too) in parse_long_options()
240 const struct option *long_options, int *idx, int flags) in getopt_internal()
449 const struct option *long_options, int *idx) in getopt_long()
462 const struct option *long_options, int *idx) in getopt_long_only()
/dpdk/lib/vhost/
H A Dvhost_crypto.c216 uint8_t option; member
859 switch (vcrypto->option) { in prepare_sym_cipher_op()
903 switch (vcrypto->option) { in prepare_sym_cipher_op()
1013 switch (vcrypto->option) { in prepare_sym_chain_op()
1058 switch (vcrypto->option) { in prepare_sym_chain_op()
1245 vc_req->zero_copy = vcrypto->option; in vhost_crypto_process_one_req()
1549 if (unlikely((uint32_t)option >= in rte_vhost_crypto_set_zero_copy()
1551 VC_LOG_ERR("Invalid option %i", option); in rte_vhost_crypto_set_zero_copy()
1561 if (vcrypto->option == (uint8_t)option) in rte_vhost_crypto_set_zero_copy()
1588 vcrypto->option = (uint8_t)option; in rte_vhost_crypto_set_zero_copy()
[all …]
/dpdk/doc/guides/howto/
H A Dvirtio_user_for_container_networking.rst101 * Cannot work with --huge-unlink option. As we need to reopen the hugepage
103 * Cannot work with --no-huge option. Currently, DPDK uses anonymous mapping
104 under this option which cannot be reopened to share with vhost backend.
106 If you have more regions (especially when 2MB hugepages are used), the option,
/dpdk/drivers/net/mlx4/
H A Dmeson.build76 foreach option:cflags_options
77 if cc.has_argument(option)
78 cflags += option
/dpdk/doc/guides/nics/
H A Dnull.rst43 This option can't co-exist with ``copy`` option.
/dpdk/doc/guides/tools/
H A Ddumpcap.rst19 If the ``-w`` option is not specified, ``dpdk-dumpcap`` writes
22 If ``-w`` option is specified, then that file is used.
70 The following option of Wireshark ``dumpcap`` is not yet implemented:
/dpdk/drivers/net/nfp/nfpcore/
H A Dnfp_nsp.c206 nfp_nsp_command(struct nfp_nsp *state, uint16_t code, uint32_t option, in nfp_nsp_command() argument
238 FIELD_PREP(NSP_COMMAND_OPTION, option) | in nfp_nsp_command()
281 nfp_nsp_command_buf(struct nfp_nsp *nsp, uint16_t code, uint32_t option, in nfp_nsp_command_buf() argument
338 ret = nfp_nsp_command(nsp, code, option, cpp_id, cpp_buf); in nfp_nsp_command_buf()

123456789