Home
last modified time | relevance | path

Searched refs:contents (Results 1 – 17 of 17) sorted by relevance

/dpdk/devtools/
H A Dupdate-patches.py10 def fixup_library_renames(contents): argument
26 for i in range(len(contents)):
28 if not "lib/" in contents[i]:
31 if f'lib/{d}' in contents[i]:
33 contents[i] = contents[i].replace(f'lib/{d}', f'lib/librte_{d}')
41 contents = f.readlines()
43 modified |= fixup_library_renames(contents)
50 f.writelines(contents)
H A Dcheck-meson.py38 def setline(contents, index, value): argument
40 line = contents[index] = value
45 def check_indentation(filename, contents): argument
50 for lineno, line in enumerate(contents):
84 line, code, comments = setline(contents, lineno, indent + line.strip())
88 line, code, comments = setline(contents, lineno, code + ',' + comments)
93 line, code, comments = setline(contents, lineno,
105 contents = [ln.rstrip() for ln in f.readlines()]
107 if check_indentation(filename, contents) > 0 and fix:
110 f.writelines([f'{ln}\n' for ln in contents])
/dpdk/buildtools/chkincs/
H A Dgen_c_file_for_header.py10 contents = '#include "' + abspath(h_file) + '"' variable
12 cf.write(contents)
/dpdk/usertools/
H A Ddpdk-pmdinfo.py150 self.contents = None
188 if not self.contents:
193 for l in self.contents:
214 self.contents = f.readlines()
215 self.date = self.findDate(self.contents)
/dpdk/drivers/raw/ioat/
H A Ddpdk_idxd_cfg.py27 for filename, contents in values.items():
29 f.write(str(contents))
/dpdk/drivers/dma/idxd/
H A Ddpdk_idxd_cfg.py27 for filename, contents in values.items():
29 f.write(str(contents))
/dpdk/drivers/
H A Dmeson.build162 # lib and then running pmdinfogen on the contents of
/dpdk/license/
H A Dlgpl-2.1.txt145 such a program is covered only if its contents constitute a work based
294 that the user who changes the contents of definitions files in the
H A Dgpl-2.0.txt75 is covered only if its contents constitute a work based on the
/dpdk/doc/guides/sample_app_ug/
H A Dmulti_process.rst129 …ssued by the user, a buffer is allocated from the memory pool, filled in with the message contents,
/dpdk/doc/guides/nics/
H A Ddpaa2.rst123 play bus, like PCI. DPRC commands can be used to enumerate the contents
/dpdk/doc/guides/contributing/
H A Dcoding_style.rst64 After any copyright header, a blank line should be left before any other contents, e.g. include sta…
1054 As above, generally used for the contents of the ``base`` directory.
/dpdk/doc/guides/prog_guide/
H A Dswitch_representation.rst9 .. contents:: :local:
H A Denv_abstraction_layer.rst927 Also, since a malloc element may span multiple pages, its contents may not
1055 shared memory map, they only copy its contents to their local memory map.
H A Drte_flow.rst225 specification structure. Since they do not match packet contents, their
258 - ``mask`` is a simple bit-mask applied before interpreting the contents of
1667 - Actions that modify matching traffic contents or its properties. This
H A Dpacket_framework.rst1192 …packet (and potentially modified afterwards) or some new headers whose contents is generated by th…
/dpdk/doc/guides/rel_notes/
H A Drelease_18_05.rst542 As a result ``rte_abort`` on FreeBSD now dumps the contents of the