Home
last modified time | relevance | path

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

/dpdk/examples/l3fwd-graph/
H A Dmain.c132 static struct rte_node_ethdev_config ethdev_conf[RTE_MAX_ETHPORTS]; variable
919 ethdev_conf[nb_conf].port_id = portid; in main()
920 ethdev_conf[nb_conf].num_rx_queues = nb_rx_queue; in main()
921 ethdev_conf[nb_conf].num_tx_queues = n_tx_queue; in main()
923 ethdev_conf[nb_conf].mp = pktmbuf_pool[0]; in main()
926 ethdev_conf[nb_conf].mp = pktmbuf_pool[portid]; in main()
927 ethdev_conf[nb_conf].mp_count = NB_SOCKETS; in main()
987 ret = rte_node_eth_config(ethdev_conf, nb_conf, nb_graphs); in main()