Home
last modified time | relevance | path

Searched refs:stream_id (Results 1 – 5 of 5) sorted by relevance

/dpdk/app/test-flow-perf/
H A Dmain.c1822 int stream_id; in start_forwarding() local
1836 for (stream_id = 0; stream_id < MAX_STREAMS; stream_id++) { in start_forwarding()
1837 if (li->streams[stream_id].rx_port == -1) in start_forwarding()
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()
1859 int stream_id = 0; in init_lcore_info() local
1922 !(stream_id % lcore_infos[lcore].streams_nb)) { in init_lcore_info()
1925 stream_id = 0; in init_lcore_info()
[all …]
/dpdk/examples/ntb/
H A Dntb_fwd.c40 uint16_t stream_id; member
435 fs = fwd_streams[conf->stream_id + i]; in start_iofwd_per_lcore()
506 fs = fwd_streams[conf->stream_id + i]; in start_rxonly_per_lcore()
547 fs = fwd_streams[conf->stream_id + i]; in start_txonly_per_lcore()
686 conf->stream_id = sm_id; in assign_stream_to_lcores()
690 conf->stream_id = sm_id; in assign_stream_to_lcores()
708 fs = &fwd_streams[conf->stream_id + i]; in assign_stream_to_lcores()
711 " Q=%u\n", conf->stream_id + i, in assign_stream_to_lcores()
717 conf->stream_id, "NTB", fs->rx_port); in assign_stream_to_lcores()
720 conf->stream_id, "NTB", fs->tx_port); in assign_stream_to_lcores()
/dpdk/drivers/net/hns3/
H A Dhns3_cmd.h855 uint16_t stream_id; member
H A Dhns3_rxtx.c582 req->stream_id = 0; in hns3_tqp_enable()
/dpdk/app/test-pmd/
H A Dtestpmd.c1925 fwd_stream_stats_display(streamid_t stream_id) in fwd_stream_stats_display() argument
1930 fs = fwd_streams[stream_id]; in fwd_stream_stats_display()