Searched refs:eth_queues (Results 1 – 3 of 3) sorted by relevance
39 evt_dump("nb_eth_rx_queues", "%d", opt->eth_queues); in pipeline_opt_dump()254 if (rte_eth_dev_configure(i, opt->eth_queues, nb_queues, in pipeline_ethdev_setup()260 for (j = 0; j < opt->eth_queues; j++) { in pipeline_ethdev_setup()569 for (j = 0; j < opt->eth_queues; j++) in pipeline_ethdev_rx_stop()
38 opt->eth_queues = 1; in evt_options_default()316 ret = parser_read_uint16(&(opt->eth_queues), arg); in evt_parse_eth_queues()
65 uint16_t eth_queues; member