Home
last modified time | relevance | path

Searched refs:fwd_stream (Results 1 – 15 of 15) sorted by relevance

/dpdk/app/test-pmd/
H A Dshared_rxq_fwd.c22 static struct fwd_stream *
23 forward_stream_get(struct fwd_stream *fs, uint16_t port) in forward_stream_get()
27 struct fwd_stream **fsm; in forward_stream_get()
45 forward_sub_burst(struct fwd_stream *src_fs, uint16_t port, uint16_t nb_rx, in forward_sub_burst()
48 struct fwd_stream *fs = forward_stream_get(src_fs, port); in forward_sub_burst()
67 forward_shared_rxq(struct fwd_stream *fs, uint16_t nb_rx, in forward_shared_rxq()
94 shared_rxq_fwd(struct fwd_stream *fs) in shared_rxq_fwd()
H A Drxonly.c46 pkt_burst_receive(struct fwd_stream *fs) in pkt_burst_receive()
H A Dnoisy_vnf.c97 struct fwd_stream *fs) in do_retry()
140 pkt_burst_noisy_vnf(struct fwd_stream *fs) in pkt_burst_noisy_vnf()
H A Diofwd.c46 pkt_burst_io_forward(struct fwd_stream *fs) in pkt_burst_io_forward()
H A Dmacswap.c52 pkt_burst_mac_swap(struct fwd_stream *fs) in pkt_burst_mac_swap()
H A Dtestpmd.h130 struct fwd_stream { struct
326 typedef void (*packet_fwd_t)(struct fwd_stream *fs);
585 extern struct fwd_stream **fwd_streams;
843 get_end_cycles(struct fwd_stream *fs, uint64_t start_tsc) in get_end_cycles()
850 inc_rx_burst_stats(struct fwd_stream *fs, uint16_t nb_rx) in inc_rx_burst_stats()
857 inc_tx_burst_stats(struct fwd_stream *fs, uint16_t nb_tx) in inc_tx_burst_stats()
H A Dmacfwd.c46 pkt_burst_mac_forward(struct fwd_stream *fs) in pkt_burst_mac_forward()
H A Dieee1588fwd.c93 ieee1588_packet_fwd(struct fwd_stream *fs) in ieee1588_packet_fwd()
H A Dtxonly.c193 const uint16_t idx, struct fwd_stream *fs) in pkt_burst_prepare()
328 pkt_burst_transmit(struct fwd_stream *fs) in pkt_burst_transmit()
H A Dflowgen.c63 pkt_burst_flow_gen(struct fwd_stream *fs) in pkt_burst_flow_gen()
H A D5tswap.c85 pkt_burst_5tuple_swap(struct fwd_stream *fs) in pkt_burst_5tuple_swap()
H A Dtestpmd.c178 struct fwd_stream **fwd_streams; /**< For each RX queue of each port. */
1837 sizeof(struct fwd_stream *) * nb_fwd_streams, in init_fwd_streams()
1846 " struct fwd_stream", sizeof(struct fwd_stream), in init_fwd_streams()
1927 struct fwd_stream *fs; in fwd_stream_stats_display()
1967 struct fwd_stream *rx_stream; in fwd_stats_display()
1968 struct fwd_stream *tx_stream; in fwd_stats_display()
1991 struct fwd_stream *fs = fwd_streams[sm_id]; in fwd_stats_display()
2130 struct fwd_stream *fs = fwd_streams[sm_id]; in fwd_stats_reset()
2199 struct fwd_stream **fsm; in run_pkt_fwd_on_lcore()
H A Dicmpecho.c273 reply_to_icmp_echo_rqsts(struct fwd_stream *fs) in reply_to_icmp_echo_rqsts()
H A Dconfig.c3859 struct fwd_stream *fs; in fwd_stream_on_other_lcores()
3911 struct fwd_stream *fs; in pkt_fwd_shared_rxq_check()
4104 struct fwd_stream *fs; in rss_fwd_config_setup()
4220 struct fwd_stream *fs; in dcb_fwd_config_setup()
4292 struct fwd_stream *fs; in icmp_echo_config_setup()
4373 struct fwd_stream *fs; in pkt_fwd_config_display()
H A Dcsumonly.c811 pkt_burst_checksum_forward(struct fwd_stream *fs) in pkt_burst_checksum_forward()