Home
last modified time | relevance | path

Searched refs:lcore_mask (Results 1 – 7 of 7) sorted by relevance

/f-stack/
H A Dstart.sh40 allcmask0x=`cat ${conf}|grep lcore_mask|awk -F '=' '{print $2}'`
H A Dconfig.ini3 lcore_mask=1 key
/f-stack/app/nginx-1.16.1/conf/
H A Df-stack.conf3 lcore_mask=1
/f-stack/lib/
H A Dff_config.h128 char *lcore_mask; member
H A Dff_config.c666 pconfig->dpdk.lcore_mask = strdup(value); in ini_parse_handler()
667 return parse_lcore_mask(pconfig, pconfig->dpdk.lcore_mask); in ini_parse_handler()
/f-stack/doc/
H A DF-Stack_Nginx_APP_Guide.md79 worker_processes 1; # should be equal to the lcore count of `dpdk.lcore_mask` in f-stack.conf.
H A DF-Stack_Development_Guide.md101 For example, if `lcore_mask=f` in config.ini, you can start your app like this: