Home
last modified time | relevance | path

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

12

/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_config.c16 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 Deal_common_lcore.c69 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 Deal_private.h44 struct rte_config { struct
71 struct rte_config *rte_eal_get_configuration(void); argument
H A Deal_common_options.c557 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 Deal_common_mcfg.c15 struct rte_config *cfg = rte_eal_get_configuration(); in eal_mcfg_complete()
H A Drte_service.c107 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 Deal_common_dynmem.c436 struct rte_config *cfg = rte_eal_get_configuration(); in eal_dynmem_calc_num_pages_per_socket()
H A Deal_common_memory.c631 struct rte_config *config; in rte_eal_memdevice_init()
/f-stack/dpdk/lib/librte_eal/freebsd/
H A Deal.c182 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 Dmeson.build19 'MODULE_CFLAGS=-include ' + meson.source_root() + '/config/rte_config.h' +
/f-stack/dpdk/lib/librte_eal/linux/
H A Deal.c272 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 Deal.c43 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 Dmeson.build14 '-include rte_config.h']
/f-stack/dpdk/doc/guides/mempool/
H A Docteontx.rst39 The following option can be modified in the ``config/rte_config.h`` file.
/f-stack/dpdk/config/
H A Dmeson.build186 # 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 Dmeson.build5 pkg_extra_cflags = ['-include', 'rte_config.h'] + machine_args
/f-stack/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…
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dvmdq_forwarding.rst28 in config/rte_config.h file.
H A Dip_reassembly.rst235 in ``config/rte_config.h``.
H A Dvmdq_dcb_forwarding.rst30 in config/rte_config.h file.
H A Dqos_scheduler.rst46 entry in the ``config/rte_config.h`` file.
/f-stack/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;
/f-stack/dpdk/doc/guides/nics/
H A Dqede.rst109 The following option can be modified in the ``config/rte_config.h`` file.
H A Di40e.rst162 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::

12