Searched refs:streams (Results 1 – 8 of 8) sorted by relevance
108 struct stream streams[MAX_STREAMS]; member1841 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 …]
255 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.
52 * 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
166 …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:
87 …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:
19 FPGA AXI streams.
373 Don't flush the RX streams before starting forwarding. Used mainly with the PCAP PMD.
895 io packet forwarding - ports=2 - cores=2 - streams=2 - NUMA support disabled896 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=4920 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::