Home
last modified time | relevance | path

Searched refs:rte_eth_rx_queue_count (Results 1 – 8 of 8) sorted by relevance

/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward_power_man.rst153 The rte_eth_rx_burst() function and the newly-added rte_eth_rx_queue_count() function are used in t…
171 according to available descriptor number returned from rte_eth_rx_queue_count().
/dpdk/doc/guides/rel_notes/
H A Drelease_2_2.rst510 * The ``rte_eth_rx_queue_count()`` function now returns "int" instead of
551 ``rte_eth_rx_descriptor_done()`` and ``rte_eth_rx_queue_count()`` will
H A Drelease_16_11.rst88 * Added support for the ``rte_eth_rx_queue_count`` function.
H A Drelease_21_11.rst554 is used by the public inline function ``rte_eth_rx_queue_count``.
/dpdk/app/proc-info/
H A Dmain.c818 count = rte_eth_rx_queue_count(i, j); in show_port()
/dpdk/lib/ethdev/
H A Drte_ethdev.h5641 rte_eth_rx_queue_count(uint16_t port_id, uint16_t queue_id) in rte_eth_rx_queue_count() function
/dpdk/examples/l3fwd-power/
H A Dmain.c799 uint32_t rxq_count = rte_eth_rx_queue_count(port_id, queue_id); in power_freq_scaleup_heuristic()
/dpdk/app/test-pmd/
H A Dcmdline.c17544 rc = rte_eth_rx_queue_count(res->cmd_pid, res->cmd_qid); in cmd_show_rx_queue_desc_used_count_parsed()