Searched refs:bursts (Results 1 – 19 of 19) sorted by relevance
| /dpdk/drivers/event/dsw/ |
| H A D | dsw_event.c | 338 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 D | skeleton.rst | 152 Packets are received in bursts on the RX ports and transmitted in bursts on
|
| H A D | flow_classify.rst | 225 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 | 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 | 303 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 D | gpudev.rst | 108 to receive the next bursts of packets. 182 * For simplicity, the CPU here receives only 2 bursts of mbufs.
|
| 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.
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | scheduler.rst | 154 worker cores. The enqueued bursts are distributed among the worker cores in a
|
| /dpdk/doc/guides/nics/ |
| H A D | virtio.rst | 152 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 D | cxgbe.rst | 114 current Tx burst. When set to 0, Tx waits across multiple Tx bursts
|
| /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.
|
| /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… 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 D | release_19_02.rst | 42 bursts of packets.
|
| /dpdk/doc/guides/tools/ |
| H A D | cryptoperf.rst | 24 dequeuing smaller bursts than specified by the cmdline parameter. This results
|
| /dpdk/doc/guides/platform/ |
| H A D | mlx5.rst | 631 barrier should be performed. For bursts with size multiple of recommended one
|
| /dpdk/doc/guides/contributing/ |
| H A D | coding_style.rst | 683 * Functions which work on bursts of packets, such as RX-like or TX-like functions, should return th…
|