| /dpdk/app/test/ |
| H A D | test_pmd_ring.c | 31 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 D | sample_packet_forward.c | 29 rc = rte_eth_dev_configure(port, NUM_QUEUES, NUM_QUEUES, &pconf); in test_dev_start()
|
| H A D | test_event_eth_tx_adapter.c | 72 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 D | test_event_eth_rx_adapter.c | 67 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 D | main.c | 234 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 D | main.c | 348 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 D | l2fwd-cat.c | 44 retval = rte_eth_dev_configure(port, rx_rings, tx_rings, &port_conf); in port_init()
|
| /dpdk/examples/skeleton/ |
| H A D | basicfwd.c | 57 retval = rte_eth_dev_configure(port, rx_rings, tx_rings, &port_conf); in port_init()
|
| /dpdk/app/test-pipeline/ |
| H A D | init.c | 202 ret = rte_eth_dev_configure( in app_init_ports()
|
| /dpdk/examples/l2fwd-event/ |
| H A D | l2fwd_common.c | 67 ret = rte_eth_dev_configure(port_id, 1, 1, &local_port_conf); in l2fwd_event_init_ports()
|
| /dpdk/lib/ethdev/ |
| H A D | version.map | 16 rte_eth_dev_configure;
|
| /dpdk/examples/multi_process/client_server_mp/mp_server/ |
| H A D | init.c | 111 if ((retval = rte_eth_dev_configure(port_num, rx_rings, tx_rings, in init_port()
|
| /dpdk/examples/flow_filtering/ |
| H A D | main.c | 161 ret = rte_eth_dev_configure(port_id, in init_port()
|
| /dpdk/examples/ip_pipeline/ |
| H A D | link.c | 170 status = rte_eth_dev_configure( in link_create()
|
| /dpdk/examples/server_node_efd/server/ |
| H A D | init.c | 125 retval = rte_eth_dev_configure(port_num, rx_rings, tx_rings, &port_conf); in init_port()
|
| /dpdk/examples/ethtool/ethtool-app/ |
| H A D | main.c | 133 if (rte_eth_dev_configure(idx_port, 1, 1, &cfg_port) < 0) in setup_ports()
|
| /dpdk/examples/bond/ |
| H A D | main.c | 166 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 D | main.c | 162 retval = rte_eth_dev_configure(port, rx_rings, tx_rings, &port_conf); in port_init()
|
| /dpdk/examples/l3fwd/ |
| H A D | l3fwd_event.c | 92 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 D | main.c | 81 retval = rte_eth_dev_configure(port, rx_rings, tx_rings, &port_conf); in port_init()
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | link_status_intr.rst | 98 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 D | skeleton.rst | 109 ``rte_eth_dev_configure()`` function.
|
| /dpdk/examples/kni/ |
| H A D | main.c | 613 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 D | obj.c | 252 status = rte_eth_dev_configure( in link_create()
|
| /dpdk/examples/qos_sched/ |
| H A D | init.c | 111 ret = rte_eth_dev_configure(portid, 1, 1, &local_port_conf); in app_init_port()
|