Home
last modified time | relevance | path

Searched refs:rte_eth_dev_socket_id (Results 1 – 25 of 66) sorted by relevance

123

/f-stack/dpdk/examples/l2fwd-cat/
H A Dl2fwd-cat.c57 rte_eth_dev_socket_id(port), NULL, mbuf_pool); in port_init()
65 rte_eth_dev_socket_id(port), NULL); in port_init()
110 if (rte_eth_dev_socket_id(port) > 0 && in lcore_main()
111 rte_eth_dev_socket_id(port) != in lcore_main()
/f-stack/dpdk/examples/skeleton/
H A Dbasicfwd.c70 rte_eth_dev_socket_id(port), NULL, mbuf_pool); in port_init()
80 rte_eth_dev_socket_id(port), &txconf); in port_init()
125 if (rte_eth_dev_socket_id(port) > 0 && in lcore_main()
126 rte_eth_dev_socket_id(port) != in lcore_main()
/f-stack/dpdk/examples/qos_meter/
H A Dmain.c361 rte_eth_dev_socket_id(port_rx), in main()
369 rte_eth_dev_socket_id(port_rx), in main()
409 rte_eth_dev_socket_id(port_tx), in main()
417 rte_eth_dev_socket_id(port_tx), in main()
424 rte_eth_dev_socket_id(port_tx)); in main()
/f-stack/dpdk/examples/rxtx_callbacks/
H A Dmain.c172 rte_eth_dev_socket_id(port), &rxconf, mbuf_pool); in port_init()
181 rte_eth_dev_socket_id(port), &txconf); in port_init()
248 if (rte_eth_dev_socket_id(port) > 0 && in lcore_main()
249 rte_eth_dev_socket_id(port) != in lcore_main()
/f-stack/dpdk/examples/l2fwd-event/
H A Dl2fwd_common.c85 rte_eth_dev_socket_id(port_id), in l2fwd_event_init_ports()
97 rte_eth_dev_socket_id(port_id), in l2fwd_event_init_ports()
/f-stack/dpdk/app/test-pipeline/
H A Dinit.c221 rte_eth_dev_socket_id(port), in app_init_ports()
233 rte_eth_dev_socket_id(port), in app_init_ports()
/f-stack/dpdk/examples/distributor/
H A Dmain.c155 rte_eth_dev_socket_id(port), in port_init()
165 rte_eth_dev_socket_id(port), in port_init()
237 if (rte_eth_dev_socket_id(port) > 0 && in lcore_rx()
238 rte_eth_dev_socket_id(port) != socket_id) in lcore_rx()
412 if (rte_eth_dev_socket_id(port) > 0 && in lcore_tx()
413 rte_eth_dev_socket_id(port) != socket_id) in lcore_tx()
/f-stack/dpdk/examples/multi_process/client_server_mp/mp_server/
H A Dinit.c123 rte_eth_dev_socket_id(port_num), in init_port()
130 rte_eth_dev_socket_id(port_num), in init_port()
/f-stack/dpdk/examples/flow_filtering/
H A Dmain.c168 rte_eth_dev_socket_id(port_id), in init_port()
183 rte_eth_dev_socket_id(port_id), in init_port()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dskeleton.rst133 rte_eth_dev_socket_id(port), NULL, mbuf_pool);
141 rte_eth_dev_socket_id(port), NULL);
204 if (rte_eth_dev_socket_id(port) > 0 &&
205 rte_eth_dev_socket_id(port) !=
H A Dflow_filtering.rst151 rte_eth_dev_socket_id(port_id),
166 rte_eth_dev_socket_id(port_id),
231 rte_eth_dev_socket_id(port_id),
243 rte_eth_dev_socket_id(port_id),
H A Drxtx_callbacks.rst94 rte_eth_dev_socket_id(port), NULL, mbuf_pool);
102 rte_eth_dev_socket_id(port), NULL);
H A Dflow_classify.rst290 rte_eth_dev_socket_id(port), NULL, mbuf_pool);
298 rte_eth_dev_socket_id(port), NULL);
435 if (rte_eth_dev_socket_id(port) > 0 &&
436 rte_eth_dev_socket_id(port) != (int)rte_socket_id()) {
/f-stack/dpdk/examples/flow_classify/
H A Dflow_classify.c224 rte_eth_dev_socket_id(port), NULL, mbuf_pool); in port_init()
234 rte_eth_dev_socket_id(port), &txconf); in port_init()
287 if (rte_eth_dev_socket_id(port) > 0 && in lcore_main()
288 rte_eth_dev_socket_id(port) != (int)rte_socket_id()) { in lcore_main()
808 socket_id = rte_eth_dev_socket_id(0); in main()
/f-stack/dpdk/examples/ethtool/ethtool-app/
H A Dmain.c143 rte_eth_dev_socket_id(idx_port), NULL, in setup_ports()
150 rte_eth_dev_socket_id(idx_port), NULL) < 0) in setup_ports()
/f-stack/dpdk/examples/server_node_efd/server/
H A Dinit.c137 rte_eth_dev_socket_id(port_num), in init_port()
147 rte_eth_dev_socket_id(port_num), in init_port()
/f-stack/dpdk/examples/qos_sched/
H A Dinit.c132 rte_eth_dev_socket_id(portid), &rx_conf, mp); in app_init_port()
142 (uint16_t)ring_conf.tx_size, rte_eth_dev_socket_id(portid), &tx_conf); in app_init_port()
411 rte_eth_dev_socket_id(qos_conf[i].rx_port)); in app_init()
/f-stack/dpdk/examples/link_status_interrupt/
H A Dmain.c664 rte_eth_dev_socket_id(portid), in main()
676 rte_eth_dev_socket_id(portid), in main()
685 rte_eth_dev_socket_id(portid)); in main()
/f-stack/dpdk/examples/bond/
H A Dmain.c183 rte_eth_dev_socket_id(portid), in slave_port_init()
194 rte_eth_dev_socket_id(portid), &txq_conf); in slave_port_init()
270 rte_eth_dev_socket_id(BOND_PORT), in bond_port_init()
280 rte_eth_dev_socket_id(BOND_PORT), &txq_conf); in bond_port_init()
/f-stack/dpdk/examples/vm_power_manager/
H A Dmain.c93 rte_eth_dev_socket_id(port), NULL, mbuf_pool); in port_init()
103 rte_eth_dev_socket_id(port), &txq_conf); in port_init()
/f-stack/dpdk/examples/multi_process/symmetric_mp/
H A Dmain.c247 rte_eth_dev_socket_id(port), in smp_port_init()
258 rte_eth_dev_socket_id(port), in smp_port_init()
/f-stack/dpdk/examples/l2fwd-keepalive/
H A Dmain.c680 rte_eth_dev_socket_id(portid), in main()
693 rte_eth_dev_socket_id(portid), in main()
703 rte_eth_dev_socket_id(portid)); in main()
/f-stack/dpdk/examples/l2fwd/
H A Dmain.c810 rte_eth_dev_socket_id(portid), in main()
822 rte_eth_dev_socket_id(portid), in main()
831 rte_eth_dev_socket_id(portid)); in main()
/f-stack/dpdk/examples/packet_ordering/
H A Dmain.c250 rte_eth_dev_socket_id(port_id)); in configure_tx_buffers()
303 rte_eth_dev_socket_id(port_id), NULL, in configure_eth_port()
313 rte_eth_dev_socket_id(port_id), &txconf); in configure_eth_port()
/f-stack/dpdk/lib/librte_ethdev/
H A Dversion.map61 rte_eth_dev_socket_id;

123