| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | samsung-sxgbe.txt | 17 - 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 D | dsw_event.c | 335 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 D | arm-pl08x.txt | 26 - 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 D | skeleton.rst | 273 Packets are received in bursts on the RX ports and transmitted in bursts on
|
| H A D | pipeline.rst | 114 1. *Packet processing task*: Process bursts of input packets read from the pipeline input ports.
|
| H A D | flow_classify.rst | 527 Packets are received in bursts on the RX ports and transmitted in bursts on
|
| H A D | ip_pipeline.rst | 130 1. *Packet processing task*: Process bursts of input packets read from the pipeline input ports.
|
| H A D | multi_process.rst | 314 On the client side, the packets are read from the rings in as big of bursts as possible, then route…
|
| H A D | performance_thread.rst | 261 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 D | packet_distrib_lib.rst | 20 and an optimized mode which sends bursts of up to 8 packets at a time to workers, using 15 bits of …
|
| H A D | power_man.rst | 128 to improved handling of bursts of traffic.
|
| H A D | writing_efficient_code.rst | 143 …empts to aggregate the cost of processing each packet individually by processing packets in bursts.
|
| /f-stack/dpdk/doc/guides/cryptodevs/ |
| H A D | scheduler.rst | 154 worker cores. The enqueued bursts are distributed among the worker cores in a
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | virtio.rst | 148 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 D | cxgbe.rst | 114 current Tx burst. When set to 0, Tx waits across multiple Tx bursts
|
| H A D | mlx5.rst | 724 should be performed. For bursts with size multiple of recommended one (64 pkts)
|
| /f-stack/dpdk/doc/guides/faq/ |
| H A D | faq.rst | 82 …empts to aggregate the cost of processing each packet individually by processing packets in bursts.
|
| /f-stack/dpdk/doc/guides/tools/ |
| H A D | cryptoperf.rst | 24 dequeuing smaller bursts than specified by the cmdline parameter. This results
|
| /f-stack/dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 130 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 D | release_19_02.rst | 89 bursts of packets.
|
| /f-stack/dpdk/doc/guides/contributing/ |
| H A D | coding_style.rst | 623 * Functions which work on bursts of packets, such as RX-like or TX-like functions, should return th…
|