Home
last modified time | relevance | path

Searched refs:rte_config (Results 1 – 25 of 31) sorted by relevance

12

/dpdk/lib/eal/common/
H A Deal_common_config.c15 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 Deal_common_lcore.c64 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 Deal_private.h45 struct rte_config { struct
72 struct rte_config *rte_eal_get_configuration(void); argument
H A Deal_common_options.c589 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 Deal_common_mcfg.c15 struct rte_config *cfg = rte_eal_get_configuration(); in eal_mcfg_complete()
H A Drte_service.c101 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 Deal_common_dynmem.c440 struct rte_config *cfg = rte_eal_get_configuration(); in eal_dynmem_calc_num_pages_per_socket()
H A Deal_common_memory.c640 struct rte_config *config; in rte_eal_memdevice_init()
/dpdk/lib/eal/freebsd/
H A Deal.c94 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 Deal.c176 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 Dmeson.build32 + dpdk_source_root + '/config/rte_config.h' +
/dpdk/lib/eal/windows/
H A Deal.c47 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 Dmeson.build14 '-include rte_config.h']
/dpdk/doc/guides/mempool/
H A Docteontx.rst39 The following option can be modified in the ``config/rte_config.h`` file.
/dpdk/buildtools/chkincs/
H A Dmeson.build58 cpp_args: ['-include', 'rte_config.h', cflags],
/dpdk/buildtools/pkg-config/
H A Dmeson.build5 pkg_extra_cflags = ['-include', 'rte_config.h'] + machine_args
/dpdk/config/
H A Dmeson.build246 # 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 Dbuild_sample_apps.rst32 cc -O3 -I/usr/local/include -include rte_config.h -march=native
H A Dinstall_from_ports.rst87 …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 Dvmdq_forwarding.rst28 in config/rte_config.h file.
H A Dvmdq_dcb_forwarding.rst30 in config/rte_config.h file.
H A Dip_reassembly.rst204 in ``config/rte_config.h``.
/dpdk/doc/guides/prog_guide/
H A Dmulti_proc_support.rst116 …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 Dhns3.rst57 The following options can be modified in the ``config/rte_config.h`` file.
H A Dqede.rst109 The following option can be modified in the ``config/rte_config.h`` file.

12