Searched refs:nb_conf (Results 1 – 2 of 2) sorted by relevance
737 uint32_t nb_ports, nb_conf = 0; in main() local896 ethdev_conf[nb_conf].port_id = portid; in main()897 ethdev_conf[nb_conf].num_rx_queues = nb_rx_queue; in main()898 ethdev_conf[nb_conf].num_tx_queues = n_tx_queue; in main()900 ethdev_conf[nb_conf].mp = pktmbuf_pool[0]; in main()903 ethdev_conf[nb_conf].mp = pktmbuf_pool[portid]; in main()904 ethdev_conf[nb_conf].mp_count = NB_SOCKETS; in main()906 nb_conf++; in main()964 ret = rte_node_eth_config(ethdev_conf, nb_conf, nb_graphs); in main()
156 ethdev_conf[nb_conf].port_id = portid;157 ethdev_conf[nb_conf].num_rx_queues = nb_rx_queue;158 ethdev_conf[nb_conf].num_tx_queues = n_tx_queue;160 ethdev_conf[nb_conf].mp = pktmbuf_pool[0];162 ethdev_conf[nb_conf].mp = pktmbuf_pool[portid];163 ethdev_conf[nb_conf].mp_count = NB_SOCKETS;165 nb_conf++;184 ret = rte_node_eth_config(ethdev_conf, nb_conf, nb_graphs);