Home
last modified time | relevance | path

Searched refs:streams (Results 1 – 8 of 8) sorted by relevance

/dpdk/app/test-flow-perf/
H A Dmain.c108 struct stream streams[MAX_STREAMS]; member
1841 li->streams[stream_id].rx_port, in start_forwarding()
1842 li->streams[stream_id].rx_queue); in start_forwarding()
1845 li->streams[stream_id].tx_port, in start_forwarding()
1846 li->streams[stream_id].tx_queue); in start_forwarding()
1877 lcore_infos[i].streams[j].tx_port = -1; in init_lcore_info()
1878 lcore_infos[i].streams[j].rx_port = -1; in init_lcore_info()
1944 lcore_infos[i].streams[j].rx_port, in init_lcore_info()
1945 lcore_infos[i].streams[j].rx_queue, in init_lcore_info()
1946 lcore_infos[i].streams[j].tx_port, in init_lcore_info()
[all …]
/dpdk/doc/guides/prog_guide/
H A Dtrace_lib.rst255 Based on the ``CTF`` specification, one of a CTF trace's streams is mandatory:
258 layouts of all the other streams.
263 trace's binary streams of events without CTF specifying any fixed layout.
/dpdk/doc/guides/nics/
H A Dpcap_ring.rst52 * A device is provided with two different streams - reception and transmission.
187 …of the first things that testpmd does before starting to forward packets is to flush the RX streams
H A Dsoftnic.rst166 …softnic packet forwarding - ports=1 - cores=1 - streams=1 - NUMA support enabled, MP over anonymou…
167 Logical Core 1 (socket 0) forwards packets on 1 streams:
H A Dcnxk.rst87 …io packet forwarding - ports=1 - cores=1 - streams=1 - NUMA support enabled, MP allocation mode: n…
88 Logical Core 3 (socket 0) forwards packets on 1 streams:
H A Dark.rst19 FPGA AXI streams.
/dpdk/doc/guides/testpmd_app_ug/
H A Drun_app.rst373 Don't flush the RX streams before starting forwarding. Used mainly with the PCAP PMD.
H A Dtestpmd_funcs.rst895 io packet forwarding - ports=2 - cores=2 - streams=2 - NUMA support disabled
896 Logical Core 3 (socket 0) forwards packets on 1 streams:
898 Logical Core 1 (socket 0) forwards packets on 1 streams:
919 io packet forwarding - ports=4 - cores=1 - streams=4
920 Logical Core 3 (socket 0) forwards packets on 4 streams:
1651 Set the flush on RX streams before forwarding.
1653 …ith PCAP drivers to turn off the default behavior of flushing the first 512 packets on RX streams::