Home
last modified time | relevance | path

Searched refs:executing (Results 1 – 23 of 23) sorted by relevance

/dpdk/lib/eal/freebsd/
H A Deal_alarm.c38 volatile uint8_t executing; member
181 ap->executing = 1; in eal_alarm_callback()
260 int executing; in rte_eal_alarm_cancel() local
268 executing = 0; in rte_eal_alarm_cancel()
279 if (ap->executing == 0) { in rte_eal_alarm_cancel()
291 executing++; in rte_eal_alarm_cancel()
306 if (ap->executing == 0) { in rte_eal_alarm_cancel()
313 executing++; in rte_eal_alarm_cancel()
321 } while (executing != 0); in rte_eal_alarm_cancel()
/dpdk/lib/eal/linux/
H A Deal_alarm.c43 volatile uint8_t executing; member
99 ap->executing = 1; in eal_alarm_callback()
198 int executing; in rte_eal_alarm_cancel() local
206 executing = 0; in rte_eal_alarm_cancel()
213 if (ap->executing == 0) { in rte_eal_alarm_cancel()
222 executing++; in rte_eal_alarm_cancel()
237 if (ap->executing == 0) { in rte_eal_alarm_cancel()
243 executing++; in rte_eal_alarm_cancel()
250 } while (executing != 0); in rte_eal_alarm_cancel()
/dpdk/lib/eal/windows/
H A Deal_alarm.c186 bool executing; in rte_eal_alarm_cancel() local
196 executing = false; in rte_eal_alarm_cancel()
210 executing = true; in rte_eal_alarm_cancel()
214 } while (executing); in rte_eal_alarm_cancel()
/dpdk/doc/guides/cryptodevs/
H A Dbcmfs.rst81 To get BCMFS PMD executing, device node must be owned by VFIO platform module only.
H A Dqat.rst415 Check that the QAT driver is loaded on your system, by executing::
/dpdk/doc/guides/nics/
H A Denetc.rst79 There are three main pre-requisites for executing ENETC PMD on a ENETC
H A Denetfec.rst102 There are three main pre-requisites for executing ENETFEC PMD on a i.MX 8M Mini
H A Dena.rst220 Then, make the changes live by executing as a root::
236 Then, make the changes live by executing as a root::
H A Dpfe.rst113 Below are some pre-requisites for executing PFE PMD on a PFE
H A Daf_xdp.rst22 need_wakeup feature is used to support executing application and driver on the
H A Dfail_safe.rst79 executing the command. This helps using scripts to specify devices.
/dpdk/doc/guides/platform/
H A Ddpaa2.rst51 There are four main pre-requisites for executing DPAA2 PMD on a DPAA2
H A Ddpaa.rst41 There are four main pre-requisites for executing DPAA PMD on a DPAA
/dpdk/doc/guides/prog_guide/
H A Dpacket_framework.rst496 …that just completed stage 2) are now executing stage 3, two packets (that just completed stage 1) …
497 two packets (that just completed stage 0) are now executing stage 1 and two packets (next two packe…
510 and switching to executing another pipeline stage for different packets,
522 …ckets are used: packets 2 and 3 (executing stage 1), packets 4 and 5 (executing stage 2) and packe…
523 By executing useful work while the data structures are brought into the L1 or L2 cache memory, the …
704 …As result of executing the non-optimized version, some of these packets may produce a lookup hit o…
945 …As result of executing the non-optimized version, some of these packets may produce a lookup hit o…
H A Dqos_framework.rst412 …ntation for the enqueue operation with 4 pipeline stages and each stage executing 2 different inpu…
1458 …| **Note**: In this case, since performance is expressed as time spent executing the operation in …
/dpdk/doc/guides/faq/
H A Dfaq.rst15 The number of pages allocated can be seen by executing the following command::
/dpdk/doc/guides/rel_notes/
H A Drelease_20_02.rst145 and executing the request returns ``RTE_CRYPTO_OP_STATUS_INVALID_SESSION``.
H A Drelease_19_08.rst107 use case where the application and driver executing on the same core.
H A Drelease_17_11.rst264 looked like another thread was executing the service callback. The logic for
/dpdk/doc/guides/contributing/
H A Dunit_test.rst125 the build system includes a standard way of executing the Meson test suites.
/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward_power_man.rst65 …uristic algorithms in kernel space to select target C-state to enter by executing privileged instr…
H A Dvm_power_management.rst299 executing operations on a VM within the CLI. VMs do not have to be
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst66 practical or possible testpmd supports alternative methods for executing commands.