| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_config.c | 16 static struct rte_config rte_config = { variable 47 struct rte_config * 50 return &rte_config; in rte_eal_get_configuration() 69 return rte_config.process_type; in rte_eal_process_type()
|
| H A D | eal_common_lcore.c | 69 struct rte_config *cfg = rte_eal_get_configuration(); in rte_eal_lcore_role() 79 struct rte_config *cfg = rte_eal_get_configuration(); in rte_lcore_has_role() 89 struct rte_config *cfg = rte_eal_get_configuration(); in rte_lcore_is_enabled() 143 struct rte_config *config = rte_eal_get_configuration(); in rte_eal_cpu_init() 219 const struct rte_config *config = rte_eal_get_configuration(); in rte_socket_count() 276 struct rte_config *cfg = rte_eal_get_configuration(); in rte_lcore_callback_register() 325 struct rte_config *cfg = rte_eal_get_configuration(); in rte_lcore_callback_unregister() 350 struct rte_config *cfg = rte_eal_get_configuration(); in eal_lcore_non_eal_allocate() 393 struct rte_config *cfg = rte_eal_get_configuration(); in eal_lcore_non_eal_release() 410 struct rte_config *cfg = rte_eal_get_configuration(); in rte_lcore_iterate() [all …]
|
| H A D | eal_private.h | 44 struct rte_config { struct 71 struct rte_config *rte_eal_get_configuration(void); argument
|
| H A D | eal_common_options.c | 557 struct rte_config *cfg = rte_eal_get_configuration(); in eal_parse_service_coremask() 650 struct rte_config *cfg = rte_eal_get_configuration(); in update_lcore_config() 726 struct rte_config *cfg = rte_eal_get_configuration(); in eal_parse_service_corelist() 857 struct rte_config *cfg = rte_eal_get_configuration(); in eal_parse_main_lcore() 1035 struct rte_config *cfg = rte_eal_get_configuration(); in eal_parse_lcores() 1782 eal_auto_detect_cores(struct rte_config *cfg) in eal_auto_detect_cores() 1847 struct rte_config *cfg = rte_eal_get_configuration(); in eal_adjust_config() 1878 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 | 107 struct rte_config *cfg = rte_eal_get_configuration(); in rte_service_init() 642 struct rte_config *cfg = rte_eal_get_configuration(); in set_lcore_state()
|
| H A D | eal_common_dynmem.c | 436 struct rte_config *cfg = rte_eal_get_configuration(); in eal_dynmem_calc_num_pages_per_socket()
|
| H A D | eal_common_memory.c | 631 struct rte_config *config; in rte_eal_memdevice_init()
|
| /f-stack/dpdk/lib/librte_eal/freebsd/ |
| H A D | eal.c | 182 struct rte_config *config = rte_eal_get_configuration(); in rte_eal_config_create() 269 struct rte_config *config = rte_eal_get_configuration(); in rte_eal_config_attach() 308 struct rte_config *config = rte_eal_get_configuration(); in rte_eal_config_reattach() 380 struct rte_config *config = rte_eal_get_configuration(); in rte_config_init() 626 const struct rte_config *config = rte_eal_get_configuration(); in eal_check_mem_on_local_socket() 671 const struct rte_config *config = rte_eal_get_configuration(); in rte_eal_init()
|
| /f-stack/dpdk/kernel/linux/kni/ |
| H A D | meson.build | 19 'MODULE_CFLAGS=-include ' + meson.source_root() + '/config/rte_config.h' +
|
| /f-stack/dpdk/lib/librte_eal/linux/ |
| H A D | eal.c | 272 struct rte_config *config = rte_eal_get_configuration(); in rte_eal_config_create() 359 struct rte_config *config = rte_eal_get_configuration(); in rte_eal_config_attach() 398 struct rte_config *config = rte_eal_get_configuration(); in rte_eal_config_reattach() 472 struct rte_config *config = rte_eal_get_configuration(); in rte_config_init() 884 const struct rte_config *config = rte_eal_get_configuration(); in eal_check_mem_on_local_socket() 969 const struct rte_config *config = rte_eal_get_configuration(); in rte_eal_init()
|
| /f-stack/dpdk/lib/librte_eal/windows/ |
| H A D | eal.c | 43 const struct rte_config *config = rte_eal_get_configuration(); in eal_proc_type_detect() 264 const struct rte_config *config = rte_eal_get_configuration(); in rte_eal_init()
|
| /f-stack/dpdk/kernel/freebsd/ |
| H A D | meson.build | 14 '-include rte_config.h']
|
| /f-stack/dpdk/doc/guides/mempool/ |
| H A D | octeontx.rst | 39 The following option can be modified in the ``config/rte_config.h`` file.
|
| /f-stack/dpdk/config/ |
| H A D | meson.build | 186 # add -include rte_config to cflags 187 add_project_arguments('-include', 'rte_config.h', language: 'c') 259 install_headers(['rte_config.h', 'rte_compatibility_defines.h'],
|
| /f-stack/dpdk/buildtools/pkg-config/ |
| H A D | meson.build | 5 pkg_extra_cflags = ['-include', 'rte_config.h'] + machine_args
|
| /f-stack/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…
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | vmdq_forwarding.rst | 28 in config/rte_config.h file.
|
| H A D | ip_reassembly.rst | 235 in ``config/rte_config.h``.
|
| H A D | vmdq_dcb_forwarding.rst | 30 in config/rte_config.h file.
|
| H A D | qos_scheduler.rst | 46 entry in the ``config/rte_config.h`` file.
|
| /f-stack/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;
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | qede.rst | 109 The following option can be modified in the ``config/rte_config.h`` file.
|
| H A D | i40e.rst | 162 The following options can be modified in the ``config/rte_config.h`` file. 748 In ``config/rte_config.h`` set the following to use 16 bytes size RX descriptors::
|