Home
last modified time | relevance | path

Searched refs:sections (Results 1 – 25 of 74) sorted by relevance

123

/dpdk/lib/cfgfile/
H A Drte_cfgfile.c97 return &cfg->sections[i]; in _get_section()
291 if (cfg->sections == NULL) in rte_cfgfile_create()
312 if (cfg->sections != NULL) { in rte_cfgfile_create()
319 free(cfg->sections); in rte_cfgfile_create()
320 cfg->sections = NULL; in rte_cfgfile_create()
341 realloc(cfg->sections, in rte_cfgfile_add_section()
355 cfg->sections = n_sections; in rte_cfgfile_add_section()
450 if (cfg->sections != NULL) { in rte_cfgfile_close()
457 free(cfg->sections); in rte_cfgfile_close()
458 cfg->sections = NULL; in rte_cfgfile_close()
[all …]
H A Drte_cfgfile.h202 int rte_cfgfile_sections(struct rte_cfgfile *cfg, char *sections[],
/dpdk/buildtools/
H A Dcoff.py113 sections = sections_desc.from_buffer_copy(data, header_size)
123 self._sections = sections
H A Dpmdinfogen.py15 from elftools.elf.sections import SymbolTableSection
/dpdk/doc/guides/prog_guide/
H A Dperf_opt_guidelines.rst14 The following sections describe optimizations used in DPDK and optimizations that should be conside…
H A Drcu_lib.rst13 In the following sections, the term "memory" refers to memory allocated
67 It can be noted that, the critical sections for D2 is a quiescent state
89 sections smaller will keep the grace period smaller. However, keeping the
90 critical sections smaller requires additional CPU cycles (due to additional
H A Dprofile_app.rst7 The following sections describe methods of profiling DPDK applications on
/dpdk/doc/guides/nics/
H A Doverview.rst34 NIC guide in the following sections for details.
/dpdk/doc/guides/sample_app_ug/
H A Dkeep_alive.rst81 The following sections provide some explanation of the
95 The following sections provide some explanation of the code aspects
H A Dhello_world.rst32 The following sections provide some explanation of code.
H A Dl3_forward_graph.rst110 The following sections provide some explanation of the sample application code.
115 The following sections describe aspects that are specific to the L3 Forwarding
H A Dip_reassembly.rst126 The following sections provide some explanation of the sample application code.
128 The following sections describe aspects that are specific to the IP reassemble sample application.
H A Dservice_cores.rst42 The following sections provide some explanation of code focusing on
H A Dtimer.rst32 The following sections provide some explanation of the code.
H A Dl3_forward_access_ctrl.rst32 The following sections provide more detail.
303 The following sections provide some explanation of the sample application code.
305 The following sections describe aspects that are specific to L3 forwarding with access control.
H A Dipv4_multicast.rst88 The following sections provide some explanation of the code.
91 The following sections describe aspects that are specific to the IPv4 Multicast sample application.
H A Drxtx_callbacks.rst53 The sections below explain the additional RX/TX callback code.
H A Dskeleton.rst37 The following sections provide an explanation of the main components of the
H A Dcmd_line.rst63 The following sections provide some explanation of the code.
/dpdk/doc/guides/regexdevs/
H A Dfeatures_overview.rst100 driver guide in the following sections for details.
/dpdk/doc/guides/rel_notes/
H A Drelease_22_07.rst11 The text in the sections below explains how to update the release notes.
13 Use proper spelling, capitalization and punctuation in all sections.
/dpdk/doc/guides/vdpadevs/
H A Dfeatures_overview.rst155 driver guide in the following sections for details.
/dpdk/doc/guides/howto/
H A Dlm_virtio_vhost_user.rst15 The following sections show an example of how to do this migration.
44 :ref:`Sample VM scripts <lm_virtio_vhost_user_vm_scripts>` sections.
/dpdk/doc/guides/tools/
H A Dcryptoperf.rst344 The file is made of the sections. The first section doesn't have header.
347 initial vector. All other sections begin header.
348 The sections contain particular information typically digest.
/dpdk/doc/guides/freebsd_gsg/
H A Dinstall_from_ports.rst30 complete version of these instructions can be found in the sections

123