Home
last modified time | relevance | path

Searched refs:runs (Results 1 – 25 of 40) sorted by relevance

12

/dpdk/app/test/
H A Dtest_malloc_perf.c24 tsc_to_us(uint64_t tsc, size_t runs) in tsc_to_us() argument
26 return (double)tsc / rte_get_tsc_hz() * US_PER_S / runs; in tsc_to_us()
/dpdk/doc/guides/tools/
H A Ddumpcap.rst10 It runs as a secondary DPDK process and lets you capture packets
35 * The ``dpdk-dumpcap`` tool runs as a DPDK secondary process.
H A Dpdump.rst9 The ``dpdk-pdump`` tool is a Data Plane Development Kit (DPDK) tool that runs as
26 * The ``dpdk-pdump`` tool runs as a DPDK secondary process. It exits when
H A Dtestbbdev.rst66 Fills vector based on turbo_dec_test1.data file and runs all tests
158 It runs all tests with following vectors:
206 It runs all tests with "default" vectors.
257 It runs all available tests using the test vector filled based on
272 It runs **validation** test for each vector file that matches the given pattern.
H A Dproc_info.rst8 that runs as a DPDK secondary process and is capable of retrieving port
/dpdk/doc/guides/sample_app_ug/
H A Dethtool.rst67 that runs on a worker core, and a foreground `Ethtool Shell`_ that
68 runs on the main core. These are described below.
H A Dpipeline.rst111 Each data plane thread runs one or several pipelines previously assigned to it in round-robin order…
H A Dl2_forward_event.rst268 In case of S/W scheduler, application runs eventdev scheduler service on service
332 service id for Rx/Tx adapters and after successful setup it runs the services
H A Dflow_filtering.rst50 and runs the main loop function.
/dpdk/drivers/net/hinic/base/
H A Dmeson.build19 # The driver runs only on arch64 machine, remove 32bit warnings
/dpdk/doc/guides/prog_guide/
H A Dprofile_app.rst70 get a wall clock counter in user space. Typically it runs at a lower clock frequency than the CPU c…
78 clock counter is through the ARMv8 PMU subsystem. The PMU cycle counter runs
H A Dkernel_nic_interface.rst271 For example, when the user runs ``ip link set [up|down] dev <ifaceX>``.
276 interface. For example, when the user runs ``ip link set mtu <size>
282 For example, when the user runs ``ip link set address <MAC>
292 interface. For example, when the user runs ``ip link set promisc
302 For example, when the user runs ``ifconfig <ifaceX> [-]allmulti``. If the
H A Dbuild-sdk-meson.rst155 Ninja also runs parallel builds by default, but you can limit this using
157 printing each command on a new line as it runs.
H A Denv_abstraction_layer.rst39 In a Linux user space environment, the DPDK application runs as a user-space application using the …
676 lcore 0 runs on cpuset 0x41 (cpu 0,6);
677 lcore 1 runs on cpuset 0x2 (cpu 1);
678 lcore 2 runs on cpuset 0xe0 (cpu 5,6,7);
679 lcore 3,4,5 runs on cpuset 0x5 (cpu 0,2);
680 lcore 6 runs on cpuset 0x41 (cpu 0,6);
681 lcore 7 runs on cpuset 0x80 (cpu 7);
682 lcore 8 runs on cpuset 0x100 (cpu 8).
883 allocate memory to a thread based on the NUMA node on which this thread runs.
H A Drcu_lib.rst206 …s on regular basis to keep the FIFO from growing too large. If the writer runs out of resources, t…
232 * if the library runs out of resources while adding entries, it should call ``rte_rcu_qsbr_dq_recla…
H A Devent_ethernet_tx_adapter.rst18 which runs as a rte_service function. The service function dequeues events
H A Dcompressdev.rst404 OUT_OF_SPACE is a condition when output buffer runs out of space and where PMD
405 still has more data to produce. If PMD runs into such condition, then PMD returns
/dpdk/.github/workflows/
H A Dbuild.yml15 runs-on: ${{ matrix.config.os }}
162 runs-on: ubuntu-latest
211 runs-on: ubuntu-latest
/dpdk/doc/guides/howto/
H A Dvirtio_user_as_exceptional_path.rst63 This command runs testpmd with two ports, one physical NIC to communicate
H A Dpacket_capture_framework.rst33 It runs as a DPDK secondary process and captures packets
H A Ddebug_troubleshoot.rst454 #. For an application that runs as the primary process only, debug functionality
458 #. For the application that runs as multiple processes. debug functionality in
/dpdk/license/
H A DREADME28 To label a file as GPL-2.0 (e.g., for code that runs in the kernel), the
/dpdk/lib/
H A Dmeson.build7 # NOTE: for speed of meson runs, the dependencies in the subdirectories
/dpdk/doc/guides/contributing/
H A Dunit_test.rst189 and which runs the function `function_to_execute`
199 that runs at the beginning and end of the test suite execution.
/dpdk/doc/guides/nics/
H A Dena.rst189 application runs to completion, the ENA can be detached from attached module if

12