| /dpdk/buildtools/ |
| H A D | gen-pmdinfo-cfile.py | 14 check=True).stdout.decode().splitlines(): 19 check=True, cwd=temp) 21 subprocess.run(pmdinfogen + paths + [output], check=True)
|
| H A D | get-numa-count.py | 17 subprocess.run(['sysctl', '-n', 'vm.ndomains'], check=False)
|
| H A D | check-symbols.sh | 10 CHECK_SYMBOL_MAPS=$ROOTDIR/devtools/check-symbol-maps.sh
|
| /dpdk/lib/cryptodev/ |
| H A D | cryptodev_trace_points.c | 118 lib.cryptodev.sym.capability.check.aead) 121 lib.cryptodev.sym.capability.check.auth) 124 lib.cryptodev.sym.capability.check.cipher) 145 lib.cryptodev.asym.xform.capability.check.modlen) 148 lib.cryptodev.asym.xform.capability.check.optype) 151 lib.cryptodev.asym.xform.capability.check.hash)
|
| /dpdk/config/x86/ |
| H A D | binutils-avx512-check.py | 16 subprocess.run(cc + ['-c', '-xc', '-o', obj.name, '-'], input=src, check=True) 18 stdout=subprocess.PIPE, check=True).stdout.decode('utf-8')
|
| /dpdk/drivers/net/tap/bpf/ |
| H A D | meson.build | 20 check:false).returncode() == 0 32 check: false).returncode() == 0 47 machine_name = run_command('uname', '-m', check: true).stdout().strip()
|
| /dpdk/doc/api/ |
| H A D | generate_doxygen.py | 13 subprocess.run(doxygen_command, check=True, stdout=out)
|
| /dpdk/lib/ |
| H A D | meson.build | 92 check: true).stdout().split() 99 disable_libs = run_command(list_dir_globs, get_option('disable_libs'), check: true).stdout().split() 101 enable_libs = run_command(list_dir_globs, get_option('enable_libs'), check: true).stdout().split() 297 # on unix systems check the output of the 298 # check-symbols.sh script, using it as a
|
| /dpdk/ |
| H A D | meson.build | 16 # check for developer mode 102 # check header includes if requested
|
| H A D | README | 7 Please check the doc directory for release notes,
|
| /dpdk/doc/guides/linux_gsg/ |
| H A D | nic_perf_intel_platform.rst | 18 You can check the memory configuration using ``dmidecode`` as follows:: 76 You can use ``lspci`` to check the speed of a PCI slot using something like the following:: 83 When inserting NICs into PCI slots always check the caption, such as CPU0 or CPU1 to indicate which… 158 Or run ``lscpu`` to check the cores on each socket.
|
| /dpdk/doc/guides/howto/ |
| H A D | debug_troubleshoot.rst | 81 * If there are mbuf drops, check nb_desc for RX descriptor as it might not 123 * Using ``rte_eth_dev_stats`` fetch drops in q_errors, check if RX thread 126 * Using ``rte_eth_dev_stats`` shows drops in ``rx_nombuf``, check if RX 141 * If the drops occur for large size packets, check MTU and multi-segment 274 with right (SIMD) flags or check if the queue pair using CPU ISA for 364 * If the failure is on the enqueue stage for events, check if queue depth 438 #. If there are vendor or application specific metadata, check for errors due 442 #. If there are multi-process for either data or configuration, check for
|
| /dpdk/drivers/net/mlx4/ |
| H A D | meson.build | 45 ibv_cflags = run_command(pkgconf, '--cflags', 'libibverbs', check:true).stdout() 50 ibv_ldflags = run_command(ldflags_ibverbs_static, check:true).stdout()
|
| /dpdk/drivers/baseband/turbo_sw/ |
| H A D | meson.build | 4 # check for FlexRAN SDK libraries
|
| /dpdk/drivers/baseband/acc/ |
| H A D | meson.build | 4 # check for FlexRAN SDK libraries
|
| /dpdk/doc/guides/bbdevs/ |
| H A D | vrb2.rst | 48 - ``RTE_BBDEV_LDPC_CRC_TYPE_24B_CHECK``: check CRC24B from CB(s). 50 - ``RTE_BBDEV_LDPC_CRC_TYPE_24A_CHECK``: check CRC24A from CB(s). 51 - ``RTE_BBDEV_LDPC_CRC_TYPE_16_CHECK``: check CRC16 from CB(s). 71 - ``RTE_BBDEV_TURBO_CRC_TYPE_24B``: check CRC24B from CB(s).
|
| /dpdk/drivers/bus/fslmc/qbman/ |
| H A D | qbman_portal.h | 56 } check; member
|
| /dpdk/lib/member/ |
| H A D | meson.build | 34 # check if all required flags already enabled
|
| /dpdk/doc/guides/tools/ |
| H A D | devbind.rst | 95 To check status of all network ports, assign one to the vfio-pci driver and check status again::
|
| /dpdk/drivers/event/opdl/ |
| H A D | opdl_ring.h | 369 opdl_ring_check_entries_t *check, void *arg);
|
| /dpdk/doc/guides/nics/ |
| H A D | ionic.rst | 20 on the host, check for the PCI devices:
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | armv8.rst | 66 User can use app/test application to check how to use this PMD and to verify
|
| /dpdk/lib/acl/ |
| H A D | meson.build | 39 # check if all required flags already enabled (variant a).
|
| /dpdk/lib/fib/ |
| H A D | meson.build | |
| /dpdk/drivers/common/mlx5/linux/ |
| H A D | meson.build | 39 ibv_cflags = run_command(pkgconf, '--cflags', 'libibverbs', check: true).stdout() 44 ibv_ldflags = run_command(ldflags_ibverbs_static, check:true).stdout()
|