| /dpdk/lib/eal/common/ |
| H A D | eal_common_config.c | 15 static struct rte_config rte_config = { variable 43 struct rte_config * 46 return &rte_config; in rte_eal_get_configuration() 74 return rte_config.process_type; in rte_eal_process_type()
|
| H A D | eal_common_lcore.c | 64 struct rte_config *cfg = rte_eal_get_configuration(); in rte_eal_lcore_role() 74 struct rte_config *cfg = rte_eal_get_configuration(); in rte_lcore_has_role() 84 struct rte_config *cfg = rte_eal_get_configuration(); in rte_lcore_is_enabled() 138 struct rte_config *config = rte_eal_get_configuration(); in rte_eal_cpu_init() 214 const struct rte_config *config = rte_eal_get_configuration(); in rte_socket_count() 271 struct rte_config *cfg = rte_eal_get_configuration(); in rte_lcore_callback_register() 320 struct rte_config *cfg = rte_eal_get_configuration(); in rte_lcore_callback_unregister() 345 struct rte_config *cfg = rte_eal_get_configuration(); in eal_lcore_non_eal_allocate() 388 struct rte_config *cfg = rte_eal_get_configuration(); in eal_lcore_non_eal_release() 405 struct rte_config *cfg = rte_eal_get_configuration(); in rte_lcore_iterate() [all …]
|
| H A D | eal_private.h | 45 struct rte_config { struct 72 struct rte_config *rte_eal_get_configuration(void); argument
|
| H A D | eal_common_options.c | 589 struct rte_config *cfg = rte_eal_get_configuration(); in eal_parse_service_coremask() 682 struct rte_config *cfg = rte_eal_get_configuration(); in update_lcore_config() 821 struct rte_config *cfg = rte_eal_get_configuration(); in eal_parse_service_corelist() 980 struct rte_config *cfg = rte_eal_get_configuration(); in eal_parse_main_lcore() 1158 struct rte_config *cfg = rte_eal_get_configuration(); in eal_parse_lcores() 1939 eal_auto_detect_cores(struct rte_config *cfg) in eal_auto_detect_cores() 2001 struct rte_config *cfg = rte_eal_get_configuration(); in eal_adjust_config() 2032 struct rte_config *cfg = rte_eal_get_configuration(); in eal_check_common_options()
|
| H A D | eal_common_mcfg.c | 15 struct rte_config *cfg = rte_eal_get_configuration(); in eal_mcfg_complete()
|
| H A D | rte_service.c | 101 struct rte_config *cfg = rte_eal_get_configuration(); in rte_service_init() 636 struct rte_config *cfg = rte_eal_get_configuration(); in set_lcore_state()
|
| H A D | eal_common_dynmem.c | 440 struct rte_config *cfg = rte_eal_get_configuration(); in eal_dynmem_calc_num_pages_per_socket()
|
| H A D | eal_common_memory.c | 640 struct rte_config *config; in rte_eal_memdevice_init()
|
| /dpdk/lib/eal/freebsd/ |
| H A D | eal.c | 94 struct rte_config *config = rte_eal_get_configuration(); in rte_eal_config_create() 181 struct rte_config *config = rte_eal_get_configuration(); in rte_eal_config_attach() 220 struct rte_config *config = rte_eal_get_configuration(); in rte_eal_config_reattach() 292 struct rte_config *config = rte_eal_get_configuration(); in rte_config_init() 542 const struct rte_config *config = rte_eal_get_configuration(); in eal_check_mem_on_local_socket() 586 const struct rte_config *config = rte_eal_get_configuration(); in rte_eal_init()
|
| /dpdk/lib/eal/linux/ |
| H A D | eal.c | 176 struct rte_config *config = rte_eal_get_configuration(); in rte_eal_config_create() 263 struct rte_config *config = rte_eal_get_configuration(); in rte_eal_config_attach() 302 struct rte_config *config = rte_eal_get_configuration(); in rte_eal_config_reattach() 376 struct rte_config *config = rte_eal_get_configuration(); in rte_config_init() 788 const struct rte_config *config = rte_eal_get_configuration(); in eal_check_mem_on_local_socket() 872 const struct rte_config *config = rte_eal_get_configuration(); in rte_eal_init()
|
| /dpdk/kernel/linux/kni/ |
| H A D | meson.build | 32 + dpdk_source_root + '/config/rte_config.h' +
|
| /dpdk/lib/eal/windows/ |
| H A D | eal.c | 47 const struct rte_config *config = rte_eal_get_configuration(); in eal_proc_type_detect() 276 const struct rte_config *config = rte_eal_get_configuration(); in rte_eal_init()
|
| /dpdk/kernel/freebsd/ |
| H A D | meson.build | 14 '-include rte_config.h']
|
| /dpdk/doc/guides/mempool/ |
| H A D | octeontx.rst | 39 The following option can be modified in the ``config/rte_config.h`` file.
|
| /dpdk/buildtools/chkincs/ |
| H A D | meson.build | 58 cpp_args: ['-include', 'rte_config.h', cflags],
|
| /dpdk/buildtools/pkg-config/ |
| H A D | meson.build | 5 pkg_extra_cflags = ['-include', 'rte_config.h'] + machine_args
|
| /dpdk/config/ |
| H A D | meson.build | 246 # add -include rte_config to cflags 247 add_project_arguments('-include', 'rte_config.h', language: 'c') 378 install_headers(['rte_config.h'],
|
| /dpdk/doc/guides/freebsd_gsg/ |
| H A D | build_sample_apps.rst | 32 cc -O3 -I/usr/local/include -include rte_config.h -march=native
|
| H A D | install_from_ports.rst | 87 …cc -O3 -I/usr/local/include -include rte_config.h -march=corei7 -D__BSD_VISIBLE main.c -o build/h…
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | vmdq_forwarding.rst | 28 in config/rte_config.h file.
|
| H A D | vmdq_dcb_forwarding.rst | 30 in config/rte_config.h file.
|
| H A D | ip_reassembly.rst | 204 in ``config/rte_config.h``.
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | multi_proc_support.rst | 116 …shared configuration files, memory mapped in each process, using the /var/run/.rte_config filename, 117 when run as root (or $HOME/.rte_config when run as a non-root user;
|
| /dpdk/doc/guides/nics/ |
| H A D | hns3.rst | 57 The following options can be modified in the ``config/rte_config.h`` file.
|
| H A D | qede.rst | 109 The following option can be modified in the ``config/rte_config.h`` file.
|