Searched refs:lcore_mask (Results 1 – 7 of 7) sorted by relevance
40 allcmask0x=`cat ${conf}|grep lcore_mask|awk -F '=' '{print $2}'`
3 lcore_mask=1 key
3 lcore_mask=1
128 char *lcore_mask; member
666 pconfig->dpdk.lcore_mask = strdup(value); in ini_parse_handler()667 return parse_lcore_mask(pconfig, pconfig->dpdk.lcore_mask); in ini_parse_handler()
79 worker_processes 1; # should be equal to the lcore count of `dpdk.lcore_mask` in f-stack.conf.
101 For example, if `lcore_mask=f` in config.ini, you can start your app like this: