Searched refs:portlist (Results 1 – 8 of 8) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_pmd_perf.c | 102 uint16_t portlist[RTE_MAX_ETHPORTS]; member 349 portid = conf->portlist[i]; in measure_rxtx() 386 portid = conf->portlist[i]; in measure_rxonly() 425 portid = conf->portlist[i]; in measure_txonly() 480 portid = conf->portlist[i]; in main_loop() 513 portid = conf->portlist[i]; in main_loop() 574 portid = conf->portlist[i]; in poll_burst() 584 portid = conf->portlist[i]; in poll_burst() 648 portid = conf->portlist[i]; in exec_burst() 779 lcore_conf[worker_id].portlist[num++] = portid; in test_pmd_perf()
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | run_app.rst | 86 * ``--portlist=X`` 91 Possible examples like --portlist=0,1 or --portlist=0-2 or --portlist=0,1-2 etc 241 The ordering of the ports can be changed using the portlist testpmd runtime function.
|
| H A D | testpmd_funcs.rst | 905 set portlist 910 testpmd> set portlist (x[,y]*) 916 testpmd> set portlist 0,2,1,3
|
| /dpdk/doc/guides/howto/ |
| H A D | pvp_reference_benchmark.rst | 133 #. In testpmd interactive mode, set the portlist to obtain the correct port 138 set portlist 0,2,1,3
|
| H A D | lm_bond_virtio_sriov.rst | 148 testpmd> set portlist 2
|
| /dpdk/app/test-pmd/ |
| H A D | config.c | 4504 set_fwd_ports_list(unsigned int *portlist, unsigned int nb_pt) in set_fwd_ports_list() argument 4513 port_id = (portid_t) portlist[i]; in set_fwd_ports_list() 4613 parse_fwd_portlist(const char *portlist) in parse_fwd_portlist() argument 4619 portcount = parse_port_list(portlist, portindex, RTE_MAX_ETHPORTS); in parse_fwd_portlist() 4641 unsigned int portlist[64]; in set_fwd_ports_mask() local 4653 portlist[nb_pt++] = i; in set_fwd_ports_mask() 4655 set_fwd_ports_list(portlist, nb_pt); in set_fwd_ports_mask()
|
| H A D | testpmd.h | 993 void set_fwd_ports_list(unsigned int *portlist, unsigned int nb_pt);
|
| H A D | cmdline.c | 3696 unsigned int portlist[RTE_MAX_ETHPORTS]; in cmd_set_list_parsed() member 3719 parsed_items.portlist, 1); in cmd_set_list_parsed() 3721 set_fwd_ports_list(parsed_items.portlist, nb_item); in cmd_set_list_parsed()
|