Konstantin Ananyev 80a1deb4c7 ethdev: add API to retrieve queue information
Add the ability for the upper layer to query RX/TX queue information.
Add into rte_eth_dev_info new fields to represent information about
RX/TX descriptors min/max/alig nnumbers per queue for the device.

Add new structures:
struct rte_eth_rxq_info
struct rte_eth_txq_info

new functions:
rte_eth_rx_queue_info_get
rte_eth_tx_queue_info_get

into rte_etdev API.

Left extra free space in the queue info structures,
so extra fields could be added later without ABI breakage.

Add new fields:
rx_desc_lim
tx_desc_lim
into rte_eth_dev_info.

Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
Acked-by: Remy Horton <remy.horton@intel.com>
2015-11-02 00:13:59 +01:00
..
2015-10-24 22:52:53 +02:00
2015-08-09 19:45:25 +02:00
2015-02-24 22:12:35 +01:00
2015-09-03 19:22:48 +02:00
2015-06-19 12:11:53 +02:00
2015-08-03 12:43:01 +02:00
2015-10-30 20:06:51 +01:00
2015-09-03 19:22:48 +02:00