Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dsamsung-sxgbe.txt17 - samsung,burst-map: Integer, Program the possible bursts supported by sxgbe
18 This is an integer and represents allowable DMA bursts when fixed burst.
/f-stack/dpdk/drivers/event/dsw/
H A Ddsw_event.c335 struct dsw_queue_flow_burst *bursts) in dsw_sort_qfs_to_bursts() argument
351 current_burst = &bursts[num_bursts]; in dsw_sort_qfs_to_bursts()
437 struct dsw_queue_flow_burst *bursts, in dsw_select_emigration_target() argument
455 struct dsw_queue_flow_burst *burst = &bursts[i]; in dsw_select_emigration_target()
514 struct dsw_queue_flow_burst *bursts, in dsw_select_emigration_targets() argument
525 found = dsw_select_emigration_target(dsw, bursts, num_bursts, in dsw_select_emigration_targets()
813 struct dsw_queue_flow_burst bursts[DSW_MAX_EVENTS_RECORDED]; in dsw_port_consider_emigration() local
876 bursts); in dsw_port_consider_emigration()
884 bursts[0].queue_flow.queue_id, in dsw_port_consider_emigration()
885 bursts[0].queue_flow.flow_hash); in dsw_port_consider_emigration()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/dma/
H A Darm-pl08x.txt26 - memcpy-burst-size: the size of the bursts for memcpy: 1, 4, 8, 16, 32
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dskeleton.rst273 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 Dflow_classify.rst527 Packets are received in bursts on the RX ports and transmitted in bursts on
H A Dip_pipeline.rst130 1. *Packet processing task*: Process bursts of input packets read from the pipeline input ports.
H A Dmulti_process.rst314 On the client side, the packets are read from the rings in as big of bursts as possible, then route…
H A Dperformance_thread.rst261 and assemble packet bursts before performing burst transmit on the network
300 assemble packet bursts. If the TX ring is empty the worker thread suspends
/f-stack/dpdk/doc/guides/prog_guide/
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.
/f-stack/dpdk/doc/guides/cryptodevs/
H A Dscheduler.rst154 worker cores. The enqueued bursts are distributed among the worker cores in a
/f-stack/dpdk/doc/guides/nics/
H A Dvirtio.rst148 When the virtio port in guest bursts Rx, it is getting packets from the
150 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
H A Dmlx5.rst724 should be performed. For bursts with size multiple of recommended one (64 pkts)
/f-stack/dpdk/doc/guides/faq/
H A Dfaq.rst82 …empts to aggregate the cost of processing each packet individually by processing packets in bursts.
/f-stack/dpdk/doc/guides/tools/
H A Dcryptoperf.rst24 dequeuing smaller bursts than specified by the cmdline parameter. This results
/f-stack/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…
751 Set the displaying of RX and TX bursts::
757 * ``on`` enables display of RX and TX bursts.
759 * ``off`` disables display of RX and TX bursts.
822 to configure delay (in unspecified device clock units) between bursts
829 * ``inter`` is the delay between the bursts in the device clock units.
831 first packets in the neighbour bursts, if ``intra`` is not zero,
842 As the result the bursts of packet will be transmitted with specific
844 the bursts. The rte_eth_read_clock() must be supported by the device(s)
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_19_02.rst89 bursts of packets.
/f-stack/dpdk/doc/guides/contributing/
H A Dcoding_style.rst623 * Functions which work on bursts of packets, such as RX-like or TX-like functions, should return th…