| /dpdk/lib/eal/freebsd/ |
| H A D | eal_alarm.c | 38 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 D | eal_alarm.c | 43 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 D | eal_alarm.c | 186 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 D | bcmfs.rst | 81 To get BCMFS PMD executing, device node must be owned by VFIO platform module only.
|
| H A D | qat.rst | 415 Check that the QAT driver is loaded on your system, by executing::
|
| /dpdk/doc/guides/nics/ |
| H A D | enetc.rst | 79 There are three main pre-requisites for executing ENETC PMD on a ENETC
|
| H A D | enetfec.rst | 102 There are three main pre-requisites for executing ENETFEC PMD on a i.MX 8M Mini
|
| H A D | ena.rst | 220 Then, make the changes live by executing as a root:: 236 Then, make the changes live by executing as a root::
|
| H A D | pfe.rst | 113 Below are some pre-requisites for executing PFE PMD on a PFE
|
| H A D | af_xdp.rst | 22 need_wakeup feature is used to support executing application and driver on the
|
| H A D | fail_safe.rst | 79 executing the command. This helps using scripts to specify devices.
|
| /dpdk/doc/guides/platform/ |
| H A D | dpaa2.rst | 51 There are four main pre-requisites for executing DPAA2 PMD on a DPAA2
|
| H A D | dpaa.rst | 41 There are four main pre-requisites for executing DPAA PMD on a DPAA
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | packet_framework.rst | 496 …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 D | qos_framework.rst | 412 …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 D | faq.rst | 15 The number of pages allocated can be seen by executing the following command::
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_20_02.rst | 145 and executing the request returns ``RTE_CRYPTO_OP_STATUS_INVALID_SESSION``.
|
| H A D | release_19_08.rst | 107 use case where the application and driver executing on the same core.
|
| H A D | release_17_11.rst | 264 looked like another thread was executing the service callback. The logic for
|
| /dpdk/doc/guides/contributing/ |
| H A D | unit_test.rst | 125 the build system includes a standard way of executing the Meson test suites.
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | l3_forward_power_man.rst | 65 …uristic algorithms in kernel space to select target C-state to enter by executing privileged instr…
|
| H A D | vm_power_management.rst | 299 executing operations on a VM within the CLI. VMs do not have to be
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 66 practical or possible testpmd supports alternative methods for executing commands.
|