Searched refs:separator (Results 1 – 11 of 11) sorted by relevance
| /dpdk/app/test/test_cfgfiles/etc/ |
| H A D | sample1.ini | 12 ignore-missing-separator
|
| H A D | sample2.ini | 12 ignore-missing-separator
|
| /dpdk/examples/qos_sched/ |
| H A D | args.c | 128 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 D | eal_args.include.rst | 27 The ``-`` character is used as a range separator and ``,`` is used as a 28 single number separator.
|
| /dpdk/doc/guides/nics/ |
| H A D | ice.rst | 117 is used as a range separator and ``,`` is used as a single number separator.
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | l2_forward_job_stats.rst | 92 * l: Use locale thousands separator when formatting big numbers. 95 thousands separator printing, issue the command:
|
| /dpdk/app/test-pmd/ |
| H A D | config.c | 5081 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 D | flow-perf.rst | 57 with a ``--`` separator:
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | run_app.rst | 19 They must be separated from the EAL options, shown in the previous section, with a ``--`` separator:
|
| H A D | testpmd_funcs.rst | 3840 The ``/`` token is used as a separator between pattern items as shown
|
| /dpdk/doc/guides/contributing/ |
| H A D | patches.rst | 391 Smaller notes can be put inline in the patch after the ``---`` separator, for example::
|