Home
last modified time | relevance | path

Searched refs:corelist (Results 1 – 19 of 19) sorted by relevance

/f-stack/dpdk/examples/l3fwd-power/
H A Dperf_core.c176 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 Dperf_core.h9 int parse_perf_core_list(const char *corelist);
/f-stack/dpdk/app/test-eventdev/
H A Dparser.c313 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 Devt_options.c217 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 Dparser.h49 int parse_lcores_list(bool lcores[], const char *corelist);
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_options.c733 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 Dbuild_sample_apps.rst44 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 Dscheduler.rst167 * 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 Dmulti_process.rst40 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 Dtest_pipeline.rst50 The -c or -l EAL CPU coremask/corelist option has to contain exactly 3 CPU cores.
H A Dqos_scheduler.rst336 The EAL coremask/corelist is constrained to contain the default main core 1 and the RX, WT and TX c…
H A Dkernel_nic_interface.rst132 The ``-c coremask`` or ``-l corelist`` parameter of the EAL options must
/f-stack/dpdk/doc/guides/freebsd_gsg/
H A Dbuild_sample_apps.rst66 can change between platforms and should be determined beforehand. The corelist
/f-stack/dpdk/doc/guides/tools/
H A Dcomp_perf.rst48 Set the hexadecimal bitmask of the cores to run on. The corelist is a
H A Dcryptoperf.rst65 Set the hexadecimal bitmask of the cores to run on. The corelist is a
H A Dtesteventdev.rst32 Set the hexadecimal bitmask of the cores to run on. The corelist is a
/f-stack/dpdk/doc/guides/prog_guide/
H A Dmulti_proc_support.rst167 …ing as a single application and using shared memory must have distinct coremask/corelist arguments.
H A Denv_abstraction_layer.rst596 It's also compatible with the pattern of corelist('-l') option.
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst866 set corelist
871 testpmd> set corelist (x[,y]*)
877 testpmd> set corelist 3,1