Searched refs:portlist (Results 1 – 8 of 8) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_pmd_perf.c | 104 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() 477 portid = conf->portlist[i]; in main_loop() 501 portid = conf->portlist[i]; in main_loop() 562 portid = conf->portlist[i]; in poll_burst() 573 portid = conf->portlist[i]; in poll_burst() 634 portid = conf->portlist[i]; in exec_burst() 765 lcore_conf[worker_id].portlist[num++] = portid; in test_pmd_perf()
|
| /f-stack/dpdk/doc/guides/testpmd_app_ug/ |
| H A D | run_app.rst | 80 * ``--portlist=X`` 85 Possible examples like --portlist=0,1 or --portlist=0-2 or --portlist=0,1-2 etc 235 The ordering of the ports can be changed using the portlist testpmd runtime function.
|
| H A D | testpmd_funcs.rst | 890 set portlist 895 testpmd> set portlist (x[,y]*) 901 testpmd> set portlist 0,2,1,3
|
| /f-stack/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
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | config.c | 3539 set_fwd_ports_list(unsigned int *portlist, unsigned int nb_pt) in set_fwd_ports_list() argument 3548 port_id = (portid_t) portlist[i]; in set_fwd_ports_list() 3648 parse_fwd_portlist(const char *portlist) in parse_fwd_portlist() argument 3654 portcount = parse_port_list(portlist, portindex, RTE_MAX_ETHPORTS); in parse_fwd_portlist() 3676 unsigned int portlist[64]; in set_fwd_ports_mask() local 3688 portlist[nb_pt++] = i; in set_fwd_ports_mask() 3690 set_fwd_ports_list(portlist, nb_pt); in set_fwd_ports_mask()
|
| H A D | testpmd.h | 868 void set_fwd_ports_list(unsigned int *portlist, unsigned int nb_pt);
|
| H A D | cmdline.c | 3568 unsigned int portlist[RTE_MAX_ETHPORTS]; in cmd_set_list_parsed() member 3591 parsed_items.portlist, 1); in cmd_set_list_parsed() 3593 set_fwd_ports_list(parsed_items.portlist, nb_item); in cmd_set_list_parsed()
|