| /dpdk/buildtools/ |
| H A D | map-list-symbol.sh | 5 section=all 12 [ $section = 'all' ] || { 16 section=$OPTARG 41 if ("'$section'" == "all" && "'$symbol'" == "all") { 48 if ("'$section'" == "all" || $1 == "'$section'") {
|
| H A D | coff.py | 143 section = self._sections[number - 1] 144 base = section.data_offset 145 return self._data[base : base + section.size]
|
| H A D | pmdinfogen.py | 34 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 D | rte_compat.h | 17 section(".text.experimental"))) 22 __attribute__((section(".text.experimental"))) 35 section(".text.internal"))) 43 section(".text.internal"))) \ 49 __attribute__((section(".text.internal")))
|
| H A D | rte_trace_point_register.h | 22 rte_trace_point_t __attribute__((section("__rte_trace_point"))) __##trace; \
|
| /dpdk/usertools/ |
| H A D | dpdk-pmdinfo.py | 268 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 D | release_22_07.rst | 27 .. 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 D | rte_cfgfile.c | 103 _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 §ion->entries[section->num_entries]; in _add_entry() 126 section->num_entries++; in _add_entry()
|
| /dpdk/lib/bpf/ |
| H A D | bpf_load_elf.c | 135 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 D | sample1.ini | 4 ; this is section 1 8 ; this is section 2
|
| H A D | sample2.ini | 4 # this is section 1 8 # this is section 2
|
| H A D | missing_section.ini | 1 ; no section
|
| H A D | line_too_long.ini | 2 ; this is section 1
|
| H A D | empty_key_value.ini | 2 ; this is section 1
|
| H A D | invalid_section.ini | 2 ; this is section 1
|
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_parser_util.h | 25 void *ice_parser_sect_item_get(u32 sect_type, void *section, 30 void *(*handler)(u32 sect_type, void *section,
|
| H A D | ice_parser.c | 43 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 D | ice_flex_pipe.h | 94 void **section); 104 void *(*handler)(u32 sect_type, void *section,
|
| /dpdk/devtools/ |
| H A D | parse-flow-support.sh | 67 section="rte_flow $1s]" 70 sed -n "/$section/,/]/p" "$ref" | sed '/^$/d'
|
| H A D | check-abi-version.sh | 31 OBJ_DUMP_OUTPUT=`objdump -TC --section=.text ${LIB} 2>&1 | grep ".text"`
|
| /dpdk/doc/guides/ |
| H A D | conf.py | 117 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 D | custom.css | 9 .section li > .first {
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | rxtx_callbacks.rst | 50 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 D | documentation.rst | 79 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 D | turbo_sw.rst | 14 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).
|