Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/l3fwd-graph/
H A Dmain.c131 static struct rte_node_ethdev_config ethdev_conf[RTE_MAX_ETHPORTS]; variable
896 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()
964 ret = rte_node_eth_config(ethdev_conf, nb_conf, nb_graphs); in main()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward_graph.rst156 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;
184 ret = rte_node_eth_config(ethdev_conf, nb_conf, nb_graphs);