Searched refs:no_shconf (Results 1 – 12 of 12) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_eal_flags.c | 32 #define no_shconf "--no-shconf" macro 351 const char * prefix = no_shconf; in test_invalid_vdev_flag() 677 const char *argv1[] = { prgname, prefix, no_huge, no_shconf, in test_invalid_n_flag() 680 const char *argv2[] = { prgname, prefix, no_huge, no_shconf, in test_invalid_n_flag() 683 const char *argv3[] = { prgname, prefix, no_huge, no_shconf, in test_invalid_n_flag() 686 const char *argv4[] = { prgname, prefix, no_huge, no_shconf, in test_invalid_n_flag() 689 const char *argv5[] = { prgname, prefix, no_huge, no_shconf}; in test_invalid_n_flag() 755 const char * prefix = no_shconf; in test_no_huge_flag() 872 no_shconf, nosh_prefix, no_huge}; in test_misc_flags() 914 no_shconf, nosh_prefix, no_huge}; in test_misc_flags()
|
| /f-stack/dpdk/lib/librte_eal/freebsd/ |
| H A D | eal.c | 193 if (internal_conf->no_shconf) in rte_eal_config_create() 274 if (internal_conf->no_shconf) in rte_eal_config_attach() 312 if (internal_conf->no_shconf) in rte_eal_config_reattach() 359 if (!internal_conf->no_shconf) { in eal_proc_type_detect() 575 if (internal_conf->no_shconf == 0 && in eal_parse_args() 939 if (!internal_conf->no_shconf && eal_clean_runtime_dir() < 0) { in rte_eal_init()
|
| H A D | eal_hugepage_info.c | 110 if (internal_conf->no_shconf) in eal_hugepage_info_init()
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_internal_cfg.h | 55 volatile unsigned no_shconf; /**< true if there is no shared config */ member
|
| H A D | eal_common_proc.c | 211 if (internal_conf->no_shconf) { in rte_mp_action_register() 247 if (internal_conf->no_shconf) { in rte_mp_action_unregister() 597 if (internal_conf->no_shconf) { in rte_mp_channel_init() 822 if (internal_conf->no_shconf) { in rte_mp_sendmsg() 984 if (internal_conf->no_shconf) { in rte_mp_request_sync() 1083 if (internal_conf->no_shconf) { in rte_mp_request_async() 1229 if (internal_conf->no_shconf) { in rte_mp_reply()
|
| H A D | eal_common_fbarray.c | 755 if (internal_conf->no_shconf) { in rte_fbarray_init() 1017 if (!internal_conf->no_shconf) { in rte_fbarray_destroy()
|
| H A D | eal_common_options.c | 1625 conf->no_shconf = 1; in eal_parse_common_option() 1631 conf->no_shconf = 1; in eal_parse_common_option()
|
| H A D | eal_common_memory.c | 1034 if (internal_conf->no_shconf == 0 && rte_eal_memdevice_init() < 0) in rte_eal_memory_init()
|
| /f-stack/dpdk/lib/librte_eal/linux/ |
| H A D | eal.c | 283 if (internal_conf->no_shconf) in rte_eal_config_create() 366 if (internal_conf->no_shconf) in rte_eal_config_attach() 404 if (internal_conf->no_shconf) in rte_eal_config_reattach() 451 if (!internal_conf->no_shconf) { in eal_proc_type_detect() 837 if (internal_conf->no_shconf == 0 && in eal_parse_args() 1312 if (!internal_conf->no_shconf && eal_clean_runtime_dir() < 0) { in rte_eal_init()
|
| H A D | eal_hugepage_info.c | 509 if (internal_conf->no_shconf) in eal_hugepage_info_init()
|
| H A D | eal_memory.c | 534 if (internal_conf->no_shconf) { in create_shared_memory()
|
| /f-stack/dpdk/lib/librte_eal/windows/ |
| H A D | eal.c | 298 internal_conf->no_shconf = 1; in rte_eal_init()
|