Home
last modified time | relevance | path

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

1234

/f-stack/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 Dtest_event_eth_rx_adapter.c48 retval = rte_eth_dev_configure(port, 0, 0, port_conf); in port_init_common()
59 retval = rte_eth_dev_configure(port, default_params.rx_rings, in port_init_common()
H A Dtest_event_eth_tx_adapter.c62 retval = rte_eth_dev_configure(port, default_params.rx_rings, in port_init_common()
655 ret = rte_eth_dev_configure(port_id + i, MAX_NUM_QUEUE, in tx_adapter_dynamic_device()
/f-stack/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()
/f-stack/dpdk/examples/qos_meter/
H A Dmain.c349 ret = rte_eth_dev_configure(port_rx, 1, 1, &conf); in main()
395 ret = rte_eth_dev_configure(port_tx, 1, 1, &conf); in main()
/f-stack/dpdk/examples/l2fwd-cat/
H A Dl2fwd-cat.c46 retval = rte_eth_dev_configure(port, rx_rings, tx_rings, &port_conf); in port_init()
/f-stack/dpdk/examples/skeleton/
H A Dbasicfwd.c59 retval = rte_eth_dev_configure(port, rx_rings, tx_rings, &port_conf); in port_init()
/f-stack/dpdk/app/test-pipeline/
H A Dinit.c203 ret = rte_eth_dev_configure( in app_init_ports()
/f-stack/dpdk/lib/librte_ethdev/
H A Dversion.map14 rte_eth_dev_configure;
/f-stack/dpdk/examples/multi_process/client_server_mp/mp_server/
H A Dinit.c112 if ((retval = rte_eth_dev_configure(port_num, rx_rings, tx_rings, in init_port()
/f-stack/dpdk/examples/flow_filtering/
H A Dmain.c156 ret = rte_eth_dev_configure(port_id, in init_port()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dskeleton.rst126 retval = rte_eth_dev_configure(port, rx_rings, tx_rings, &port_conf);
160 ``rte_eth_dev_configure()`` function and the ``port_conf_default`` struct:
H A Dflow_filtering.rst137 ret = rte_eth_dev_configure(port_id,
195 ``rte_eth_dev_configure()`` function and the ``port_conf_default`` struct:
214 ret = rte_eth_dev_configure(port_id, nr_queues, nr_queues, &port_conf);
H A Dlink_status_intr.rst118 The rte_eth_dev_configure() function is used to configure the number of queues for a port:
122 ret = rte_eth_dev_configure((uint8_t) portid, 1, 1, &port_conf);
193 This registration can be done only after calling the rte_eth_dev_configure() function and before ca…
H A Drxtx_callbacks.rst87 retval = rte_eth_dev_configure(port, rx_rings, tx_rings, &port_conf);
/f-stack/dpdk/examples/ip_pipeline/
H A Dlink.c170 status = rte_eth_dev_configure( in link_create()
/f-stack/dpdk/examples/l3fwd/
H A Dl3fwd_event.c94 ret = rte_eth_dev_configure(port_id, evt_rsrc->eth_rx_queues, in l3fwd_eth_dev_port_setup()
/f-stack/dpdk/examples/ethtool/ethtool-app/
H A Dmain.c133 if (rte_eth_dev_configure(idx_port, 1, 1, &cfg_port) < 0) in setup_ports()
/f-stack/dpdk/examples/server_node_efd/server/
H A Dinit.c126 retval = rte_eth_dev_configure(port_num, rx_rings, tx_rings, &port_conf); in init_port()
/f-stack/dpdk/doc/guides/rel_notes/
H A Ddeprecation.rst70 ``rte_eth_dev_configure()`` API.
81 either by ``rte_eth_dev_configure()`` or ``rte_eth_dev_set_mtu()``.
/f-stack/dpdk/examples/rxtx_callbacks/
H A Dmain.c160 retval = rte_eth_dev_configure(port, rx_rings, tx_rings, &port_conf); in port_init()
/f-stack/dpdk/examples/bond/
H A Dmain.c169 retval = rte_eth_dev_configure(portid, 1, 1, &local_port_conf); in slave_port_init()
249 retval = rte_eth_dev_configure(BOND_PORT, 1, 1, &local_port_conf); in bond_port_init()
/f-stack/dpdk/examples/vm_power_manager/
H A Dmain.c86 retval = rte_eth_dev_configure(port, rx_rings, tx_rings, &port_conf); in port_init()
/f-stack/dpdk/examples/multi_process/symmetric_mp/
H A Dmain.c235 retval = rte_eth_dev_configure(port, rx_rings, tx_rings, &port_conf); in smp_port_init()
/f-stack/dpdk/examples/pipeline/
H A Dobj.c235 status = rte_eth_dev_configure( in link_create()

1234