Searched refs:executed (Results 1 – 25 of 37) sorted by relevance
12
| /dpdk/app/test/ |
| H A D | test.c | 291 suite->executed = 0; in unit_test_suite_reset_counts() 336 suite->executed++; in unit_test_suite_runner() 399 suite->executed += ts->executed; in unit_test_suite_runner() 430 printf(" + Tests Executed : %2d\n", suite->executed); in unit_test_suite_runner()
|
| H A D | test.h | 152 unsigned int executed; member
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | packet_framework.rst | 339 *Description:* The flow classification is executed at least once for each input packet. 506 when the next pipeline stage eventually gets executed for the same packets, 520 For example, for the 4-stage pipeline, stage 0 is executed on packets 0 and 1 and then, 521 before same packets 0 and 1 are used (i.e. before stage 1 is executed on packets 0 and 1), 699 a non-optimized implementation of the bucket search algorithm is executed. 701 #. Once the pipelined version of the bucket search algorithm has been executed for all the packets… 702 …the non-optimized implementation of the bucket search algorithm is also executed for any packets t… 942 …once the pipelined version of the bucket search algorithm has been executed for all the packets in… 943 …the non-optimized implementation of the bucket search algorithm is also executed for any packets t… 997 …or input ports, the action handler is executed after RX function. For output ports, the action han… [all …]
|
| H A D | rawdev.rst | 89 Physical rawdev devices are discovered during the Bus scan executed at DPDK
|
| H A D | dmadev.rst | 40 EAL function which is executed at DPDK initialization, this is based on their
|
| H A D | timer_lib.rst | 14 * Timers can be loaded from one core and executed on another. It has to be specified in the call …
|
| H A D | packet_classif_access_ctrl.rst | 514 once the following lines are executed: 538 once the following lines are executed: 557 once the following lines are executed:
|
| H A D | regexdev.rst | 30 EAL function which is executed at DPDK initialization, based on
|
| H A D | gpudev.rst | 57 required to indicate which device a given operation should be executed on.
|
| H A D | power_man.rst | 138 The proposed solution focuses on how many times empty polls are executed.
|
| /dpdk/doc/guides/platform/ |
| H A D | dpaa.rst | 63 Tool (FMC) need to be executed to set the configurations of the queues before 72 Note that DPAA PMD can also be executed using images provided
|
| H A D | dpaa2.rst | 78 As an alternative method, DPAA2 PMD can also be executed using images provided
|
| H A D | octeontx.rst | 59 As an alternative method, Platform drivers can also be executed using images provided
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | bcmfs.rst | 67 cross-compiled on an x86 platform. For example, below commands can be executed
|
| H A D | octeontx.rst | 112 Example applications can now be executed with crypto operations offloaded to
|
| H A D | mlx5.rst | 67 The command to set the register should be executed only once, and all the
|
| /dpdk/examples/pipeline/examples/ |
| H A D | learner.spec | 8 ; takes place by having the default action (i.e. the table action which is executed on lookup miss)
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | timer.rst | 46 executed on each worker lcore using the well-known
|
| H A D | cmd_line.rst | 98 It contains a pointer to a callback function that is executed when the command is parsed,
|
| H A D | ip_pipeline.rst | 17 The pipelines are mapped to application threads, with each pipeline executed by a single thread and… 29 …* Action profiles: used to define the actions to be executed by pipeline input/output ports and ta…
|
| /dpdk/doc/guides/tools/ |
| H A D | testbbdev.rst | 69 The bbdev test app is executed twice. First time vector is filled based on 96 There are 7 main test cases that can be executed using testbbdev tool: 332 what type of operations will be executed. For 4G decoder op_type has to be set to
|
| /dpdk/doc/guides/bbdevs/ |
| H A D | acc100.rst | 169 This configuration needs to be executed at least once after reboot or PCI FLR and can
|
| H A D | fpga_5gnr_fec.rst | 154 This configuration needs to be executed at least once after reboot or PCI FLR and can
|
| H A D | fpga_lte_fec.rst | 153 This configuration needs to be executed at least once after reboot or PCI FLR and can
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_2_2.rst | 283 ``e1000_check_for_link_82575()`` is executed and was never finding the link 309 waiting is conditionally executed only for Device Reset.
|
12