Searched refs:fwd_stream (Results 1 – 15 of 15) sorted by relevance
| /dpdk/app/test-pmd/ |
| H A D | shared_rxq_fwd.c | 22 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 D | rxonly.c | 46 pkt_burst_receive(struct fwd_stream *fs) in pkt_burst_receive()
|
| H A D | noisy_vnf.c | 97 struct fwd_stream *fs) in do_retry() 140 pkt_burst_noisy_vnf(struct fwd_stream *fs) in pkt_burst_noisy_vnf()
|
| H A D | iofwd.c | 46 pkt_burst_io_forward(struct fwd_stream *fs) in pkt_burst_io_forward()
|
| H A D | macswap.c | 52 pkt_burst_mac_swap(struct fwd_stream *fs) in pkt_burst_mac_swap()
|
| H A D | testpmd.h | 130 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 D | macfwd.c | 46 pkt_burst_mac_forward(struct fwd_stream *fs) in pkt_burst_mac_forward()
|
| H A D | ieee1588fwd.c | 93 ieee1588_packet_fwd(struct fwd_stream *fs) in ieee1588_packet_fwd()
|
| H A D | txonly.c | 193 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 D | flowgen.c | 63 pkt_burst_flow_gen(struct fwd_stream *fs) in pkt_burst_flow_gen()
|
| H A D | 5tswap.c | 85 pkt_burst_5tuple_swap(struct fwd_stream *fs) in pkt_burst_5tuple_swap()
|
| H A D | testpmd.c | 178 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 D | icmpecho.c | 273 reply_to_icmp_echo_rqsts(struct fwd_stream *fs) in reply_to_icmp_echo_rqsts()
|
| H A D | config.c | 3859 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 D | csumonly.c | 811 pkt_burst_checksum_forward(struct fwd_stream *fs) in pkt_burst_checksum_forward()
|