Home
last modified time | relevance | path

Searched refs:no_shconf (Results 1 – 12 of 12) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_eal_flags.c32 #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 Deal.c193 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 Deal_hugepage_info.c110 if (internal_conf->no_shconf) in eal_hugepage_info_init()
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_internal_cfg.h55 volatile unsigned no_shconf; /**< true if there is no shared config */ member
H A Deal_common_proc.c211 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 Deal_common_fbarray.c755 if (internal_conf->no_shconf) { in rte_fbarray_init()
1017 if (!internal_conf->no_shconf) { in rte_fbarray_destroy()
H A Deal_common_options.c1625 conf->no_shconf = 1; in eal_parse_common_option()
1631 conf->no_shconf = 1; in eal_parse_common_option()
H A Deal_common_memory.c1034 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 Deal.c283 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 Deal_hugepage_info.c509 if (internal_conf->no_shconf) in eal_hugepage_info_init()
H A Deal_memory.c534 if (internal_conf->no_shconf) { in create_shared_memory()
/f-stack/dpdk/lib/librte_eal/windows/
H A Deal.c298 internal_conf->no_shconf = 1; in rte_eal_init()