Home
last modified time | relevance | path

Searched refs:nb_pkt_per_burst (Results 1 – 17 of 17) sorted by relevance

/f-stack/dpdk/app/test/
H A Dpacket_burst_generator.h65 int nb_pkt_per_burst, uint8_t pkt_len, uint8_t nb_pkt_segs);
72 int nb_pkt_per_burst, uint8_t pkt_len, uint8_t nb_pkt_segs);
H A Dpacket_burst_generator.c262 int nb_pkt_per_burst, uint8_t pkt_len, uint8_t nb_pkt_segs) in generate_packet_burst() argument
270 for (nb_pkt = 0; nb_pkt < nb_pkt_per_burst; nb_pkt++) { in generate_packet_burst()
343 int nb_pkt_per_burst, uint8_t pkt_len, uint8_t nb_pkt_segs) in generate_packet_burst_proto() argument
351 for (nb_pkt = 0; nb_pkt < nb_pkt_per_burst; nb_pkt++) { in generate_packet_burst_proto()
/f-stack/dpdk/app/test-pmd/
H A Dtxonly.c358 nb_pkt_per_burst) == 0) { in pkt_burst_transmit()
359 for (nb_pkt = 0; nb_pkt < nb_pkt_per_burst; nb_pkt++) { in pkt_burst_transmit()
367 nb_pkt_per_burst - nb_pkt); in pkt_burst_transmit()
372 for (nb_pkt = 0; nb_pkt < nb_pkt_per_burst; nb_pkt++) { in pkt_burst_transmit()
H A Dflowgen.c107 nb_pkt_per_burst); in pkt_burst_flow_gen()
125 for (nb_pkt = 0; nb_pkt < nb_pkt_per_burst; nb_pkt++) { in pkt_burst_flow_gen()
H A Drxonly.c60 nb_pkt_per_burst); in pkt_burst_receive()
H A Diofwd.c61 pkts_burst, nb_pkt_per_burst); in pkt_burst_io_forward()
H A Dmacswap.c68 nb_pkt_per_burst); in pkt_burst_mac_swap()
H A Dmacfwd.c67 nb_pkt_per_burst); in pkt_burst_mac_forward()
H A D5tswap.c116 nb_pkt_per_burst); in pkt_burst_5tuple_swap()
H A Dnoisy_vnf.c156 pkts_burst, nb_pkt_per_burst); in pkt_burst_noisy_vnf()
H A Dicmpecho.c304 nb_pkt_per_burst); in reply_to_icmp_echo_rqsts()
H A Dparameters.c1179 nb_pkt_per_burst = rec_nb_pkts; in launch_args_parse()
1185 nb_pkt_per_burst = (uint16_t) n; in launch_args_parse()
H A Dtestpmd.h499 extern uint16_t nb_pkt_per_burst;
H A Dcsumonly.c827 nb_pkt_per_burst); in pkt_burst_checksum_forward()
H A Dconfig.c2837 nb_pkt_per_burst); in rxtx_config_display()
3732 nb_pkt_per_burst = nb; in set_nb_pkt_per_burst()
3734 (unsigned int) nb_pkt_per_burst); in set_nb_pkt_per_burst()
H A Dtestpmd.c242 uint16_t nb_pkt_per_burst = DEF_PKT_BURST; /**< Number of packets per burst. */ variable
H A Dcmdline.c3290 nb_pkt_per_burst = rec_nb_pkts; in cmd_config_burst_parsed()
3295 nb_pkt_per_burst = res->value; in cmd_config_burst_parsed()