Home
last modified time | relevance | path

Searched refs:finished (Results 1 – 14 of 14) sorted by relevance

/dpdk/lib/eal/windows/
H A Deal_interrupts.c39 bool finished = false; in eal_intr_thread_main() local
46 while (!finished) { in eal_intr_thread_main()
70 finished = true; in eal_intr_thread_main()
/dpdk/doc/guides/prog_guide/
H A Dpacket_distrib_lib.rst58 It returns to the caller all packets which have finished processing by all worker cores.
64 Once a worker lcore requests a new packet, the distributor assumes that it has completely finished
88 Each worker calls "rte_distributor_get_pkt()" API to request a new packet when it has finished proc…
94 it has finished the current packet and does not want a new one.
H A Dring_lib.rst144 The enqueue operation is finished.
197 The dequeue operation is finished.
274 This is only true on core 1. The operation is finished on core 1.
288 The operation is also finished on core 2.
388 tail value is increased not by every thread that finished enqueue/dequeue,
H A Dmetrics_lib.rst282 When finished, ``rte_latencystats_uninit()`` needs to be called to
H A Dlpm_lib.rst87 whether the search process have finished or not respectively.
H A Dlpm6_lib.rst106 and whether the search process have finished or not respectively.
H A Dpacket_classif_access_ctrl.rst367 After rte_acl_build() over given AC context has finished successfully, it can be used to perform cl…
H A Dmulti_proc_support.rst353 rest of the DPDK initialization hasn't finished yet.
H A Dbbdev.rst145 application. If an application is finished using a device it can close the
/dpdk/drivers/event/dsw/
H A Ddsw_event.c720 dsw_port_emigration_stats(struct dsw_port *port, uint8_t finished) in dsw_port_emigration_stats() argument
726 port->emigration_latency += (flow_migration_latency * finished); in dsw_port_emigration_stats()
727 port->emigrations += finished; in dsw_port_emigration_stats()
738 uint8_t finished; in dsw_port_end_emigration() local
765 finished = port->emigration_targets_len - left_qfs_len; in dsw_port_end_emigration()
767 if (finished > 0) in dsw_port_end_emigration()
768 dsw_port_emigration_stats(port, finished); in dsw_port_end_emigration()
/dpdk/doc/guides/sample_app_ug/
H A Dfips_validation.rst54 If a ``.req`` is used as the input file after the application is finished
59 finished the work and in the response file it will be added onto the end of each
H A Dmulti_process.rst67 EAL: check module finished
/dpdk/drivers/net/enic/
H A Denic_main.c1164 int (*finished)(struct vnic_dev *, int *), in enic_dev_wait()
1177 err = finished(vdev, &done); in enic_dev_wait()
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst4699 Flow dump finished