Home
last modified time | relevance | path

Searched refs:section (Results 1 – 25 of 171) sorted by relevance

1234567

/dpdk/buildtools/
H A Dmap-list-symbol.sh5 section=all
12 [ $section = 'all' ] || {
16 section=$OPTARG
41 if ("'$section'" == "all" && "'$symbol'" == "all") {
48 if ("'$section'" == "all" || $1 == "'$section'") {
H A Dcoff.py143 section = self._sections[number - 1]
144 base = section.data_offset
145 return self._data[base : base + section.size]
H A Dpmdinfogen.py34 section = self._symbol["st_shndx"]
35 data = self._image.get_section(section).data()
47 section = b".symtab" if self._legacy_elftools else ".symtab"
48 self._symtab = self._image.get_section_by_name(section)
/dpdk/lib/eal/include/
H A Drte_compat.h17 section(".text.experimental")))
22 __attribute__((section(".text.experimental")))
35 section(".text.internal")))
43 section(".text.internal"))) \
49 __attribute__((section(".text.internal")))
H A Drte_trace_point_register.h22 rte_trace_point_t __attribute__((section("__rte_trace_point"))) __##trace; \
/dpdk/usertools/
H A Ddpdk-pmdinfo.py268 if section is None:
273 return section
327 if section is None:
330 data = section.data()
353 def find_librte_eal(self, section): argument
354 for tag in section.iter_tags():
366 section = self._section_from_spec(".dynamic")
368 eallib = self.find_librte_eal(section)
373 dtr = self.get_dt_runpath(section)
391 if section is None:
[all …]
/dpdk/doc/guides/rel_notes/
H A Drelease_22_07.rst27 .. This section should contain new features added in this release.
54 This section is a comment. Do not overwrite or remove it.
111 .. This section should contain removed items in this release. Sample format:
116 This section is a comment. Do not overwrite or remove it.
124 .. This section should contain API changes. Sample format:
132 This section is a comment. Do not overwrite or remove it.
140 .. This section should contain ABI changes. Sample format:
148 This section is a comment. Do not overwrite or remove it.
165 This section is a comment. Do not overwrite or remove it.
173 .. This section should contain a list of platforms that were tested
[all …]
/dpdk/lib/cfgfile/
H A Drte_cfgfile.c103 _add_entry(struct rte_cfgfile_section *section, const char *entryname, in _add_entry() argument
107 if (section->num_entries == section->allocated_entries) { in _add_entry()
109 section->entries, in _add_entry()
111 ((section->allocated_entries) + in _add_entry()
117 section->entries = n_entries; in _add_entry()
118 section->allocated_entries += CFG_ALLOC_ENTRY_BATCH; in _add_entry()
122 &section->entries[section->num_entries]; in _add_entry()
126 section->num_entries++; in _add_entry()
/dpdk/lib/bpf/
H A Dbpf_load_elf.c135 find_elf_code(Elf *elf, const char *section, Elf_Data **psd, size_t *pidx) in find_elf_code() argument
148 __func__, elf, section, rc, elf_errmsg(rc)); in find_elf_code()
160 if (sn != NULL && strcmp(section, sn) == 0 && in find_elf_code()
171 __func__, elf, section, rc, elf_errmsg(rc)); in find_elf_code()
267 bpf_load_elf(const struct rte_bpf_prm *prm, int32_t fd, const char *section) in bpf_load_elf() argument
279 rc = find_elf_code(elf, section, &sd, &sidx); in bpf_load_elf()
/dpdk/app/test/test_cfgfiles/etc/
H A Dsample1.ini4 ; this is section 1
8 ; this is section 2
H A Dsample2.ini4 # this is section 1
8 # this is section 2
H A Dmissing_section.ini1 ; no section
H A Dline_too_long.ini2 ; this is section 1
H A Dempty_key_value.ini2 ; this is section 1
H A Dinvalid_section.ini2 ; this is section 1
/dpdk/drivers/net/ice/base/
H A Dice_parser_util.h25 void *ice_parser_sect_item_get(u32 sect_type, void *section,
30 void *(*handler)(u32 sect_type, void *section,
H A Dice_parser.c43 void *ice_parser_sect_item_get(u32 sect_type, void *section, in ice_parser_sect_item_get() argument
50 if (!section) in ice_parser_sect_item_get()
95 hdr = (struct ice_pkg_sect_hdr *)section; in ice_parser_sect_item_get()
99 return (void *)((uintptr_t)section + data_off + index * size); in ice_parser_sect_item_get()
114 void *(*item_get)(u32 sect_type, void *section, in ice_parser_create_table() argument
H A Dice_flex_pipe.h94 void **section);
104 void *(*handler)(u32 sect_type, void *section,
/dpdk/devtools/
H A Dparse-flow-support.sh67 section="rte_flow $1s]"
70 sed -n "/$section/,/]/p" "$ref" | sed '/^$/d'
H A Dcheck-abi-version.sh31 OBJ_DUMP_OUTPUT=`objdump -TC --section=.text ${LIB} 2>&1 | grep ".text"`
/dpdk/doc/guides/
H A Dconf.py117 def generate_overview_table(output_filename, table_id, section, table_name, title): argument
134 default_features = config.items(section)
183 if not config.has_section(section):
187 for name, value in config.items(section):
H A Dcustom.css9 .section li > .first {
/dpdk/doc/guides/sample_app_ug/
H A Drxtx_callbacks.rst50 based on the :doc:`skeleton`. See that section of the documentation for more
66 callbacks are added. This is explained in the next section:
108 each packet (see the *cycles* section of the *DPDK API Documentation* for
/dpdk/doc/guides/contributing/
H A Ddocumentation.rst79 Refer to the Release Notes from the previous DPDK release for the correct format of each section.
199 the appropriate section of the documentation.
257 * Add 2 blank lines before each section header.
259 * Add 1 blank line after each section header.
293 * Add 2 blank lines before each section header.
295 * Add 1 blank line after each section header.
558 * The following links to the top of this section: :ref:`links`::
565 * The following links to the top of this section: :ref:`links`:
655 This directive should be placed on one line at the bottom of the documentation section.
695 …For example this section of the code contains prefix comments, postfix comments on the same line a…
[all …]
/dpdk/doc/guides/bbdevs/
H A Dturbo_sw.rst14 To enable linking to the SDK libraries see detailed installation section below.
17 in the Features section.
133 * Build the ``FLEXRAN SDK`` libraries (explained in Installation section).

1234567