Home
last modified time | relevance | path

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

/dpdk/app/test-pmd/
H A Drxonly.c72 .fwd_mode_name = "rxonly",
H A Diofwd.c92 .fwd_mode_name = "io",
H A Dmacswap.c101 .fwd_mode_name = "macswap",
H A Dshared_rxq_fwd.c111 .fwd_mode_name = "shared_rxq",
H A Dmacfwd.c123 .fwd_mode_name = "mac",
H A Dieee1588fwd.c215 .fwd_mode_name = "ieee1588",
H A Dflowgen.c211 .fwd_mode_name = "flowgen",
H A D5tswap.c189 .fwd_mode_name = "5tswap",
H A Dnoisy_vnf.c281 .fwd_mode_name = "noisy",
H A Dtestpmd.c2097 if (strcmp(cur_fwd_eng->fwd_mode_name, "txonly") == 0 || in fwd_stats_display()
2098 strcmp(cur_fwd_eng->fwd_mode_name, "flowgen") == 0) in fwd_stats_display()
2107 fwd_cycles, cur_fwd_eng->fwd_mode_name, total_pkts, in fwd_stats_display()
2300 if (strcmp(cur_fwd_eng->fwd_mode_name, "rxonly") == 0 && !nb_rxq) in start_packet_forwarding()
2303 if (strcmp(cur_fwd_eng->fwd_mode_name, "txonly") == 0 && !nb_txq) in start_packet_forwarding()
2306 if ((strcmp(cur_fwd_eng->fwd_mode_name, "rxonly") != 0 && in start_packet_forwarding()
2307 strcmp(cur_fwd_eng->fwd_mode_name, "txonly") != 0) && in start_packet_forwarding()
2311 cur_fwd_eng->fwd_mode_name); in start_packet_forwarding()
H A Dicmpecho.c516 .fwd_mode_name = "icmpecho",
H A Dconfig.c3603 cur_fwd_eng->fwd_mode_name, in rxtx_config_display()
4321 if (strcmp(cur_fwd_eng->fwd_mode_name, "icmpecho") == 0) { in fwd_config_setup()
4379 cfg->fwd_eng->fwd_mode_name, in pkt_fwd_config_display()
5087 strncat(fwd_modes, fwd_eng->fwd_mode_name, in list_pkt_forwarding_modes()
5110 strncat(fwd_modes, fwd_eng->fwd_mode_name, in list_pkt_forwarding_retry_modes()
5124 set_pkt_forwarding_mode(const char *fwd_mode_name) in set_pkt_forwarding_mode() argument
5131 if (! strcmp(fwd_eng->fwd_mode_name, fwd_mode_name)) { in set_pkt_forwarding_mode()
5133 fwd_mode_name, in set_pkt_forwarding_mode()
5140 fprintf(stderr, "Invalid %s packet forwarding mode\n", fwd_mode_name); in set_pkt_forwarding_mode()
H A Dtxonly.c508 .fwd_mode_name = "txonly",
H A Dcsumonly.c1181 .fwd_mode_name = "csum",
H A Dtestpmd.h329 const char *fwd_mode_name; /**< Forwarding mode name. */ member