Home
last modified time | relevance | path

Searched refs:separator (Results 1 – 11 of 11) sorted by relevance

/dpdk/app/test/test_cfgfiles/etc/
H A Dsample1.ini12 ignore-missing-separator
H A Dsample2.ini12 ignore-missing-separator
/dpdk/examples/qos_sched/
H A Dargs.c128 app_parse_opt_vals(const char *conf_str, char separator, uint32_t n_vals, uint32_t *opt_vals) in app_parse_opt_vals() argument
142 n_tokens = rte_strsplit(string, strnlen(string, 32), tokens, n_vals, separator); in app_parse_opt_vals()
/dpdk/doc/guides/linux_gsg/
H A Deal_args.include.rst27 The ``-`` character is used as a range separator and ``,`` is used as a
28 single number separator.
/dpdk/doc/guides/nics/
H A Dice.rst117 is used as a range separator and ``,`` is used as a single number separator.
/dpdk/doc/guides/sample_app_ug/
H A Dl2_forward_job_stats.rst92 * l: Use locale thousands separator when formatting big numbers.
95 thousands separator printing, issue the command:
/dpdk/app/test-pmd/
H A Dconfig.c5081 const char *separator = "|"; in list_pkt_forwarding_modes() local
5089 strncat(fwd_modes, separator, in list_pkt_forwarding_modes()
5092 fwd_modes[strlen(fwd_modes) - strlen(separator)] = '\0'; in list_pkt_forwarding_modes()
5102 const char *separator = "|"; in list_pkt_forwarding_retry_modes() local
5113 strncat(fwd_modes, separator, in list_pkt_forwarding_retry_modes()
5117 fwd_modes[strlen(fwd_modes) - strlen(separator)] = '\0'; in list_pkt_forwarding_retry_modes()
/dpdk/doc/guides/tools/
H A Dflow-perf.rst57 with a ``--`` separator:
/dpdk/doc/guides/testpmd_app_ug/
H A Drun_app.rst19 They must be separated from the EAL options, shown in the previous section, with a ``--`` separator:
H A Dtestpmd_funcs.rst3840 The ``/`` token is used as a separator between pattern items as shown
/dpdk/doc/guides/contributing/
H A Dpatches.rst391 Smaller notes can be put inline in the patch after the ``---`` separator, for example::