Home
last modified time | relevance | path

Searched refs:bursts (Results 1 – 19 of 19) sorted by relevance

/dpdk/drivers/event/dsw/
H A Ddsw_event.c338 struct dsw_queue_flow_burst *bursts) in dsw_sort_qfs_to_bursts() argument
354 current_burst = &bursts[num_bursts]; in dsw_sort_qfs_to_bursts()
442 struct dsw_queue_flow_burst *bursts, in dsw_select_emigration_target() argument
460 struct dsw_queue_flow_burst *burst = &bursts[i]; in dsw_select_emigration_target()
519 struct dsw_queue_flow_burst *bursts, in dsw_select_emigration_targets() argument
530 found = dsw_select_emigration_target(dsw, bursts, num_bursts, in dsw_select_emigration_targets()
818 struct dsw_queue_flow_burst bursts[DSW_MAX_EVENTS_RECORDED]; in dsw_port_consider_emigration() local
882 bursts); in dsw_port_consider_emigration()
890 bursts[0].queue_flow.queue_id, in dsw_port_consider_emigration()
891 bursts[0].queue_flow.flow_hash); in dsw_port_consider_emigration()
[all …]
/dpdk/doc/guides/sample_app_ug/
H A Dskeleton.rst152 Packets are received in bursts on the RX ports and transmitted in bursts on
H A Dflow_classify.rst225 Packets are received in bursts on the RX ports and transmitted in bursts on
H A Dpipeline.rst114 1. *Packet processing task*: Process bursts of input packets read from the pipeline input ports.
H A Dip_pipeline.rst130 1. *Packet processing task*: Process bursts of input packets read from the pipeline input ports.
H A Dmulti_process.rst303 On the client side, the packets are read from the rings in as big of bursts as possible, then route…
/dpdk/doc/guides/prog_guide/
H A Dgpudev.rst108 to receive the next bursts of packets.
182 * For simplicity, the CPU here receives only 2 bursts of mbufs.
H A Dpacket_distrib_lib.rst20 and an optimized mode which sends bursts of up to 8 packets at a time to workers, using 15 bits of …
H A Dpower_man.rst128 to improved handling of bursts of traffic.
H A Dwriting_efficient_code.rst143 …empts to aggregate the cost of processing each packet individually by processing packets in bursts.
/dpdk/doc/guides/cryptodevs/
H A Dscheduler.rst154 worker cores. The enqueued bursts are distributed among the worker cores in a
/dpdk/doc/guides/nics/
H A Dvirtio.rst152 When the virtio port in guest bursts Rx, it is getting packets from the
154 When the virtio port bursts Tx, it is sending packet to the tx_q.
H A Dcxgbe.rst114 current Tx burst. When set to 0, Tx waits across multiple Tx bursts
/dpdk/doc/guides/faq/
H A Dfaq.rst82 …empts to aggregate the cost of processing each packet individually by processing packets in bursts.
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst130 Start packet forwarding with current configuration after sending specified number of bursts of pack…
766 Set the displaying of RX and TX bursts::
772 * ``on`` enables display of RX and TX bursts.
774 * ``off`` disables display of RX and TX bursts.
837 to configure delay (in unspecified device clock units) between bursts
844 * ``inter`` is the delay between the bursts in the device clock units.
846 first packets in the neighbour bursts, if ``intra`` is not zero,
857 As the result the bursts of packet will be transmitted with specific
859 the bursts. The rte_eth_read_clock() must be supported by the device(s)
/dpdk/doc/guides/rel_notes/
H A Drelease_19_02.rst42 bursts of packets.
/dpdk/doc/guides/tools/
H A Dcryptoperf.rst24 dequeuing smaller bursts than specified by the cmdline parameter. This results
/dpdk/doc/guides/platform/
H A Dmlx5.rst631 barrier should be performed. For bursts with size multiple of recommended one
/dpdk/doc/guides/contributing/
H A Dcoding_style.rst683 * Functions which work on bursts of packets, such as RX-like or TX-like functions, should return th…