Home
last modified time | relevance | path

Searched refs:check (Results 1 – 25 of 133) sorted by relevance

123456

/dpdk/devtools/
H A Dcheckpatches.sh12 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 Dtest-meson-builds.sh201 echo $srcdir/devtools/check-abi.sh $abirefdir/$targetdir \
203 $srcdir/devtools/check-abi.sh $abirefdir/$targetdir \
/dpdk/buildtools/
H A Dgen-pmdinfo-cfile.py14 check=True).stdout.decode().splitlines():
19 check=True, cwd=temp)
21 subprocess.run(pmdinfogen + paths + [output], check=True)
H A Dbinutils-avx512-check.py16 subprocess.run(cc + ['-c', '-xc', '-o', obj.name, '-'], input=src, check=True)
18 stdout=subprocess.PIPE, check=True).stdout.decode('utf-8')
H A Dmeson.build5 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 Dget-numa-count.py16 subprocess.run(['sysctl', '-n', 'vm.ndomains'], check=False)
/dpdk/kernel/linux/
H A Dmeson.build14 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 Dmeson.build4 # 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 Dipsec_lib.rst66 - 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 Dtest_ring_stress_impl.h149 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 Dmeson.build11 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 Dmeson.build6 # check for FlexRAN SDK libraries for AVX2
25 # check for FlexRAN SDK libraries for AVX512
/dpdk/
H A Dmeson.build8 files('VERSION'), check: true).stdout().strip(),
18 # check for developer mode
91 # check header includes if requested
H A DREADME7 Please check the doc directory for release notes,
/dpdk/buildtools/chkincs/
H A Dmeson.build40 # 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 Dmeson.build32 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 Dice_protocol_type.h263 __be16 check; member
292 __be32 check; member
299 __be16 check; member
/dpdk/config/x86/
H A Dmeson.build7 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 Ddebug_troubleshoot.rst81 * 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 Dnic_perf_intel_platform.rst18 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 Dmeson.build4 # 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 Dmeson.build45 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 Dmeson.build90 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 Ddevbind.rst95 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 Dqbman_portal.h56 } check; member

123456