Home
last modified time | relevance | path

Searched refs:append (Results 1 – 16 of 16) sorted by relevance

/dpdk/config/arm/
H A Darmv8_machine.py12 ident.append(hex((midr_el1 >> 24) & 0xFF)) # Implementer
13 ident.append(hex((midr_el1 >> 20) & 0xF)) # Variant
14 ident.append(hex((midr_el1 >> 16) & 0XF)) # Architecture
15 ident.append(hex((midr_el1 >> 4) & 0xFFF)) # Primary Part number
16 ident.append(hex(midr_el1 & 0xF)) # Revision
/dpdk/examples/ipsec-secgw/test/
H A Dtrs_ipv6opts.py82 hoptions.append(RouterAlert(value=2))
83 hoptions.append(Jumbo(jumboplen=5000))
84 hoptions.append(Pad1())
87 doptions.append(HAO(hoa="1234::4321"))
136 hoptions.append(RouterAlert(value=2))
137 hoptions.append(Jumbo(jumboplen=5000))
138 hoptions.append(Pad1())
141 doptions.append(HAO(hoa="1234::4321"))
/dpdk/app/test-crypto-perf/
H A Ddpdk-graph-crypto-perf.py181 rows.append(line.split(','))
200 params.append("--" + key if val is True else "")
202 params.append("-" + key)
203 params.append(val)
205 params.append("--" + key + "=" + val)
222 default_params.append("--")
287 suite_list.append(suite)
/dpdk/usertools/
H A Dcpu_layout.py24 cores.append(core)
26 sockets.append(socket)
30 core_map[key].append(cpu)
H A Ddpdk-devbind.py241 ssh_if.append(rt_info[i + 1])
527 strings.append("<none>")
531 strings.append("%s '%s %s' %s" % (dev["Slot"],
536 strings.append("%s '%s'" % (dev["Slot"], dev["Device_str"]))
552 no_drv.append(devices[d])
555 dpdk_drv.append(devices[d])
557 kernel_drv.append(devices[d])
H A Ddpdk-telemetry.py97 prefixes.append(os.path.relpath(os.path.dirname(s), start=path))
H A Ddpdk-hugepages.py169 mounted.append(fields[1])
/dpdk/buildtools/
H A Dgen-pmdinfo-cfile.py16 paths.append(name)
20 paths.append(os.path.join(temp, name))
H A Dpmdinfogen.py180 result.append(
203 drivers.append(Driver.load(image, symbol))
/dpdk/doc/guides/
H A Dconf.py154 pmd_names.append(name)
157 pmd_names.append(' ')
170 header_names.append(name)
/dpdk/drivers/
H A Dmeson.build95 # set up internal deps. Drivers can append/override as necessary
/dpdk/doc/guides/nics/
H A Ddpaa.rst293 for the port. Support is required to add/append/delete etc.
H A Dthunderx.rst131 -append "root=/dev/vda console=ttyAMA0 rw hugepagesz=512M hugepages=3" \
/dpdk/doc/guides/prog_guide/
H A Dbbdev.rst568 ``op_flags`` parameter to indicate to BBDEV to calculate and append CRC24A/B
857 in the ``op_flags`` parameter to indicate BBDEV to calculate and append
H A Dcryptodev_lib.rst967 /* Initialize the mbufs and append them to the crypto operations. */
/dpdk/drivers/common/cnxk/
H A Droc_mbox.h1809 uint8_t __io append; member