Home
last modified time | relevance | path

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

1234

/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 Dget-numa-count.py17 subprocess.run(['sysctl', '-n', 'vm.ndomains'], check=False)
H A Dcheck-symbols.sh10 CHECK_SYMBOL_MAPS=$ROOTDIR/devtools/check-symbol-maps.sh
/dpdk/lib/cryptodev/
H A Dcryptodev_trace_points.c118 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 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')
/dpdk/drivers/net/tap/bpf/
H A Dmeson.build20 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 Dgenerate_doxygen.py13 subprocess.run(doxygen_command, check=True, stdout=out)
/dpdk/lib/
H A Dmeson.build92 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 Dmeson.build16 # check for developer mode
102 # check header includes if requested
H A DREADME7 Please check the doc directory for release notes,
/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/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/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/drivers/baseband/turbo_sw/
H A Dmeson.build4 # check for FlexRAN SDK libraries
/dpdk/drivers/baseband/acc/
H A Dmeson.build4 # check for FlexRAN SDK libraries
/dpdk/doc/guides/bbdevs/
H A Dvrb2.rst48 - ``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 Dqbman_portal.h56 } check; member
/dpdk/lib/member/
H A Dmeson.build34 # check if all required flags already enabled
/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/event/opdl/
H A Dopdl_ring.h369 opdl_ring_check_entries_t *check, void *arg);
/dpdk/doc/guides/nics/
H A Dionic.rst20 on the host, check for the PCI devices:
/dpdk/doc/guides/cryptodevs/
H A Darmv8.rst66 User can use app/test application to check how to use this PMD and to verify
/dpdk/lib/acl/
H A Dmeson.build39 # check if all required flags already enabled (variant a).
/dpdk/lib/fib/
H A Dmeson.build
/dpdk/drivers/common/mlx5/linux/
H A Dmeson.build39 ibv_cflags = run_command(pkgconf, '--cflags', 'libibverbs', check: true).stdout()
44 ibv_ldflags = run_command(ldflags_ibverbs_static, check:true).stdout()

1234