Home
last modified time | relevance | path

Searched refs:rte_eth_dev_configure (Results 1 – 25 of 83) sorted by relevance

1234

/dpdk/app/test/
H A Dtest_pmd_ring.c31 if (rte_eth_dev_configure(port, 1, 2, &null_conf) < 0) { in test_ethdev_configure_port()
37 if (rte_eth_dev_configure(port, 1, 1, &null_conf) < 0) { in test_ethdev_configure_port()
232 if ((rte_eth_dev_configure(rxtx_portd, 1, 1, &null_conf) < 0) in test_pmd_ring_pair_create_attach()
233 || (rte_eth_dev_configure(rxtx_porte, 1, 1, in test_pmd_ring_pair_create_attach()
H A Dsample_packet_forward.c29 rc = rte_eth_dev_configure(port, NUM_QUEUES, NUM_QUEUES, &pconf); in test_dev_start()
H A Dtest_event_eth_tx_adapter.c72 retval = rte_eth_dev_configure(port, default_params.rx_rings, in port_init_common()
662 ret = rte_eth_dev_configure(port_id + i, MAX_NUM_QUEUE, in tx_adapter_dynamic_device()
H A Dtest_event_eth_rx_adapter.c67 retval = rte_eth_dev_configure(port, 0, 0, port_conf); in port_init_common()
78 retval = rte_eth_dev_configure(port, default_params.rx_rings, in port_init_common()
/dpdk/examples/multi_process/symmetric_mp/
H A Dmain.c234 retval = rte_eth_dev_configure(port, rx_rings, tx_rings, &port_conf); in smp_port_init()
239 retval = rte_eth_dev_configure(port, rx_rings, tx_rings, &port_conf); in smp_port_init()
246 retval = rte_eth_dev_configure(port, rx_rings, tx_rings, &port_conf); in smp_port_init()
/dpdk/examples/qos_meter/
H A Dmain.c348 ret = rte_eth_dev_configure(port_rx, 1, 1, &conf); in main()
394 ret = rte_eth_dev_configure(port_tx, 1, 1, &conf); in main()
/dpdk/examples/l2fwd-cat/
H A Dl2fwd-cat.c44 retval = rte_eth_dev_configure(port, rx_rings, tx_rings, &port_conf); in port_init()
/dpdk/examples/skeleton/
H A Dbasicfwd.c57 retval = rte_eth_dev_configure(port, rx_rings, tx_rings, &port_conf); in port_init()
/dpdk/app/test-pipeline/
H A Dinit.c202 ret = rte_eth_dev_configure( in app_init_ports()
/dpdk/examples/l2fwd-event/
H A Dl2fwd_common.c67 ret = rte_eth_dev_configure(port_id, 1, 1, &local_port_conf); in l2fwd_event_init_ports()
/dpdk/lib/ethdev/
H A Dversion.map16 rte_eth_dev_configure;
/dpdk/examples/multi_process/client_server_mp/mp_server/
H A Dinit.c111 if ((retval = rte_eth_dev_configure(port_num, rx_rings, tx_rings, in init_port()
/dpdk/examples/flow_filtering/
H A Dmain.c161 ret = rte_eth_dev_configure(port_id, in init_port()
/dpdk/examples/ip_pipeline/
H A Dlink.c170 status = rte_eth_dev_configure( in link_create()
/dpdk/examples/server_node_efd/server/
H A Dinit.c125 retval = rte_eth_dev_configure(port_num, rx_rings, tx_rings, &port_conf); in init_port()
/dpdk/examples/ethtool/ethtool-app/
H A Dmain.c133 if (rte_eth_dev_configure(idx_port, 1, 1, &cfg_port) < 0) in setup_ports()
/dpdk/examples/bond/
H A Dmain.c166 retval = rte_eth_dev_configure(portid, 1, 1, &local_port_conf); in slave_port_init()
246 retval = rte_eth_dev_configure(BOND_PORT, 1, 1, &local_port_conf); in bond_port_init()
/dpdk/examples/rxtx_callbacks/
H A Dmain.c162 retval = rte_eth_dev_configure(port, rx_rings, tx_rings, &port_conf); in port_init()
/dpdk/examples/l3fwd/
H A Dl3fwd_event.c92 ret = rte_eth_dev_configure(port_id, evt_rsrc->eth_rx_queues, in l3fwd_eth_dev_port_setup()
/dpdk/examples/vm_power_manager/
H A Dmain.c81 retval = rte_eth_dev_configure(port, rx_rings, tx_rings, &port_conf); in port_init()
/dpdk/doc/guides/sample_app_ug/
H A Dlink_status_intr.rst98 The rte_eth_dev_configure() function is used to configure the number of queues for a port:
148 This registration can be done only after calling the rte_eth_dev_configure() function and before ca…
H A Dskeleton.rst109 ``rte_eth_dev_configure()`` function.
/dpdk/examples/kni/
H A Dmain.c613 ret = rte_eth_dev_configure(port, 1, 1, &local_port_conf); in init_port()
794 ret = rte_eth_dev_configure(port_id, 1, 1, &conf); in kni_change_mtu_()
/dpdk/examples/pipeline/
H A Dobj.c252 status = rte_eth_dev_configure( in link_create()
/dpdk/examples/qos_sched/
H A Dinit.c111 ret = rte_eth_dev_configure(portid, 1, 1, &local_port_conf); in app_init_port()

1234