| /f-stack/dpdk/examples/l3fwd-power/ |
| H A D | perf_core.c | 176 parse_perf_core_list(const char *corelist) in parse_perf_core_list() argument 183 if (corelist == NULL) { in parse_perf_core_list() 190 while (isblank(*corelist)) in parse_perf_core_list() 191 corelist++; in parse_perf_core_list() 192 i = strlen(corelist); in parse_perf_core_list() 193 while ((i > 0) && isblank(corelist[i - 1])) in parse_perf_core_list() 199 while (isblank(*corelist)) in parse_perf_core_list() 200 corelist++; in parse_perf_core_list() 201 if (*corelist == '\0') in parse_perf_core_list() 204 idx = strtoul(corelist, &end, 10); in parse_perf_core_list() [all …]
|
| H A D | perf_core.h | 9 int parse_perf_core_list(const char *corelist);
|
| /f-stack/dpdk/app/test-eventdev/ |
| H A D | parser.c | 313 parse_lcores_list(bool lcores[], const char *corelist) in parse_lcores_list() argument 319 if (corelist == NULL) in parse_lcores_list() 321 while (isblank(*corelist)) in parse_lcores_list() 322 corelist++; in parse_lcores_list() 323 i = strlen(corelist); in parse_lcores_list() 324 while ((i > 0) && isblank(corelist[i - 1])) in parse_lcores_list() 330 while (isblank(*corelist)) in parse_lcores_list() 331 corelist++; in parse_lcores_list() 332 if (*corelist == '\0') in parse_lcores_list() 334 idx = strtoul(corelist, &end, 10); in parse_lcores_list() [all …]
|
| H A D | evt_options.c | 217 evt_parse_plcores(struct evt_options *opt, const char *corelist) in evt_parse_plcores() argument 221 ret = parse_lcores_list(opt->plcores, corelist); in evt_parse_plcores() 229 evt_parse_work_lcores(struct evt_options *opt, const char *corelist) in evt_parse_work_lcores() argument 233 ret = parse_lcores_list(opt->wlcores, corelist); in evt_parse_work_lcores()
|
| H A D | parser.h | 49 int parse_lcores_list(bool lcores[], const char *corelist);
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_options.c | 733 if (corelist == NULL) in eal_parse_service_corelist() 737 while (isblank(*corelist)) in eal_parse_service_corelist() 738 corelist++; in eal_parse_service_corelist() 739 i = strlen(corelist); in eal_parse_service_corelist() 747 corelist++; in eal_parse_service_corelist() 748 if (*corelist == '\0') in eal_parse_service_corelist() 784 corelist = end + 1; in eal_parse_service_corelist() 812 corelist++; in eal_parse_corelist() 818 corelist++; in eal_parse_corelist() 819 if (*corelist == '\0') in eal_parse_corelist() [all …]
|
| /f-stack/dpdk/doc/guides/linux_gsg/ |
| H A D | build_sample_apps.rst | 44 change between platforms and should be determined beforehand. The corelist is 129 The coremask (-c 0x0f) or corelist (-l 0-3) parameter is always mandatory for DPDK applications. 130 … the equivalent logical core number as reported by Linux. The preferred corelist option is a clean… 132 … core layout for each platform be considered when choosing the coremask/corelist to use in each ca… 149 …en different board layouts and should be checked before selecting an application coremask/corelist.
|
| /f-stack/dpdk/doc/guides/cryptodevs/ |
| H A D | scheduler.rst | 167 * corelist: Semicolon-separated list of logical cores to be used as workers. 174 --vdev "crypto_scheduler,worker=aesni_mb_1,worker=aesni_mb_2,mode=multi-core,corelist=23;24" ...
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | multi_process.rst | 40 passing at least two cores in the coremask/corelist, as follows: 76 again run the same binary setting at least two cores in the coremask/corelist: 275 …ad, the main thread, that is, the lowest numbered lcore in the coremask/corelist, performs all pac… 276 If a coremask/corelist is specified with more than a single lcore bit set in it,
|
| H A D | test_pipeline.rst | 50 The -c or -l EAL CPU coremask/corelist option has to contain exactly 3 CPU cores.
|
| H A D | qos_scheduler.rst | 336 The EAL coremask/corelist is constrained to contain the default main core 1 and the RX, WT and TX c…
|
| H A D | kernel_nic_interface.rst | 132 The ``-c coremask`` or ``-l corelist`` parameter of the EAL options must
|
| /f-stack/dpdk/doc/guides/freebsd_gsg/ |
| H A D | build_sample_apps.rst | 66 can change between platforms and should be determined beforehand. The corelist
|
| /f-stack/dpdk/doc/guides/tools/ |
| H A D | comp_perf.rst | 48 Set the hexadecimal bitmask of the cores to run on. The corelist is a
|
| H A D | cryptoperf.rst | 65 Set the hexadecimal bitmask of the cores to run on. The corelist is a
|
| H A D | testeventdev.rst | 32 Set the hexadecimal bitmask of the cores to run on. The corelist is a
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | multi_proc_support.rst | 167 …ing as a single application and using shared memory must have distinct coremask/corelist arguments.
|
| H A D | env_abstraction_layer.rst | 596 It's also compatible with the pattern of corelist('-l') option.
|
| /f-stack/dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 866 set corelist 871 testpmd> set corelist (x[,y]*) 877 testpmd> set corelist 3,1
|