| /f-stack/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 | test_event_eth_rx_adapter.c | 48 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 D | test_event_eth_tx_adapter.c | 62 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 D | l2fwd_common.c | 67 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 D | main.c | 349 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 D | l2fwd-cat.c | 46 retval = rte_eth_dev_configure(port, rx_rings, tx_rings, &port_conf); in port_init()
|
| /f-stack/dpdk/examples/skeleton/ |
| H A D | basicfwd.c | 59 retval = rte_eth_dev_configure(port, rx_rings, tx_rings, &port_conf); in port_init()
|
| /f-stack/dpdk/app/test-pipeline/ |
| H A D | init.c | 203 ret = rte_eth_dev_configure( in app_init_ports()
|
| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | version.map | 14 rte_eth_dev_configure;
|
| /f-stack/dpdk/examples/multi_process/client_server_mp/mp_server/ |
| H A D | init.c | 112 if ((retval = rte_eth_dev_configure(port_num, rx_rings, tx_rings, in init_port()
|
| /f-stack/dpdk/examples/flow_filtering/ |
| H A D | main.c | 156 ret = rte_eth_dev_configure(port_id, in init_port()
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | skeleton.rst | 126 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 D | flow_filtering.rst | 137 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 D | link_status_intr.rst | 118 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 D | rxtx_callbacks.rst | 87 retval = rte_eth_dev_configure(port, rx_rings, tx_rings, &port_conf);
|
| /f-stack/dpdk/examples/ip_pipeline/ |
| H A D | link.c | 170 status = rte_eth_dev_configure( in link_create()
|
| /f-stack/dpdk/examples/l3fwd/ |
| H A D | l3fwd_event.c | 94 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 D | main.c | 133 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 D | init.c | 126 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 D | deprecation.rst | 70 ``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 D | main.c | 160 retval = rte_eth_dev_configure(port, rx_rings, tx_rings, &port_conf); in port_init()
|
| /f-stack/dpdk/examples/bond/ |
| H A D | main.c | 169 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 D | main.c | 86 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 D | main.c | 235 retval = rte_eth_dev_configure(port, rx_rings, tx_rings, &port_conf); in smp_port_init()
|
| /f-stack/dpdk/examples/pipeline/ |
| H A D | obj.c | 235 status = rte_eth_dev_configure( in link_create()
|