| /dpdk/devtools/ |
| H A D | checkpatches.sh | 12 VALIDATE_NEW_API=$(dirname $(readlink -f $0))/check-symbol-change.sh 61 -f $(dirname $(readlink -f $0))/check-forbidden-tokens.awk \ 69 -f $(dirname $(readlink -f $0))/check-forbidden-tokens.awk \ 77 -f $(dirname $(readlink -f $0))/check-forbidden-tokens.awk \ 85 -f $(dirname $(readlink -f $0))/check-forbidden-tokens.awk \ 93 -f $(dirname $(readlink -f $0))/check-forbidden-tokens.awk \ 101 -f $(dirname $(readlink -f $0))/check-forbidden-tokens.awk \ 265 check () { # <patch> <commit> <title> function 346 check "$patch" '' "$subject" 357 check '' '' "$subject" [all …]
|
| H A D | test-meson-builds.sh | 201 echo $srcdir/devtools/check-abi.sh $abirefdir/$targetdir \ 203 $srcdir/devtools/check-abi.sh $abirefdir/$targetdir \
|
| /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 | 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')
|
| H A D | meson.build | 5 check_symbols = find_program('check-symbols.sh') 21 binutils_avx512_check = (py3 + files('binutils-avx512-check.py') + 51 if run_command(py3, '-c', script.format(module), check: false).returncode() != 0
|
| H A D | get-numa-count.py | 16 subprocess.run(['sysctl', '-n', 'vm.ndomains'], check=False)
|
| /dpdk/kernel/linux/ |
| H A D | meson.build | 14 kernel_version = run_command('uname', '-r', check: true).stdout().strip() 27 'kernelversion', check: true).returncode() 34 'kernelversion', check: true).returncode() 58 check: true).stdout().strip()
|
| /dpdk/kernel/linux/kni/ |
| H A D | meson.build | 4 # For SUSE build check function arguments of ndo_tx_timeout API 8 run_cmd = run_command('grep', 'ndo_tx_timeout', file_path, check: false)
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | ipsec_lib.rst | 66 - check SQN 68 - verify that integrity check and decryption performed by crypto device 70 - check padding data 99 - verify that integrity check and decryption performed by *rte_security* 101 - check SQN 102 - check padding data 124 - verify that integrity check and decryption performed by *rte_security* 142 - verify that integrity check and decryption performed by crypto device
|
| /dpdk/app/test/ |
| H A D | test_ring_stress_impl.h | 149 const struct ring_elem *check, const struct ring_elem *fill) in check_updt_elem() argument 156 if (memcmp(check, elm[i], sizeof(*check)) != 0) { in check_updt_elem() 161 rte_memdump(stdout, "expected", check, sizeof(*check)); in check_updt_elem()
|
| /dpdk/drivers/common/mlx5/windows/ |
| H A D | meson.build | 11 res_lib = run_command(python3, '-c', 'import os; print(os.environ["DEVX_LIB_PATH"])', check: false) 12 res_inc = run_command(python3, '-c', 'import os; print(os.environ["DEVX_INC_PATH"])', check: false)
|
| /dpdk/drivers/baseband/turbo_sw/ |
| H A D | meson.build | 6 # check for FlexRAN SDK libraries for AVX2 25 # check for FlexRAN SDK libraries for AVX512
|
| /dpdk/ |
| H A D | meson.build | 8 files('VERSION'), check: true).stdout().strip(), 18 # check for developer mode 91 # check header includes if requested
|
| H A D | README | 7 Please check the doc directory for release notes,
|
| /dpdk/buildtools/chkincs/ |
| H A D | meson.build | 40 # check for extern C in files, since this is not detected as an error by the compiler 44 check: false, capture: true).stdout().split()
|
| /dpdk/drivers/ |
| H A D | meson.build | 32 disable_drivers = run_command(list_dir_globs, disable_drivers, check: true).stdout().split() 36 enable_drivers = run_command(list_dir_globs, enable_drivers, check: true).stdout().split() 38 enable_drivers = run_command(list_dir_globs, '*/*', check: true).stdout().split() 212 # on unix systems check the output of the 213 # check-symbols.sh script, using it as a
|
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_protocol_type.h | 263 __be16 check; member 292 __be32 check; member 299 __be16 check; member
|
| /dpdk/config/x86/ |
| H A D | meson.build | 7 binutils_ok = run_command(binutils_avx512_check, check: false).returncode() == 0 14 # check if compiler is working with _mm512_extracti64x4_epi64
|
| /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/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/config/ |
| H A D | meson.build | 4 # check the OS is supported, rather than going any further 26 check: true).stdout().strip() 174 # check for libraries used in multiple places in DPDK 216 # check for libbsd 227 # check for pcap 337 max_lcores = run_command(get_cpu_count_cmd, check: true).stdout().to_int() 367 # check that CPU and NUMA counts are set
|
| /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/lib/ |
| H A D | meson.build | 90 check: true).stdout().split() 238 # on unix systems check the output of the 239 # check-symbols.sh script, using it as a
|
| /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/bus/fslmc/qbman/ |
| H A D | qbman_portal.h | 56 } check; member
|