New fields nb_rx_queues and nb_tx_queues are added to rte_eth_dev_info structure. Changes to API rte_eth_dev_info_get() are done to update these new fields to rte_eth_dev_info object.
These changes are ABI breakage and we are late to announce deprecation notice for 16.07, however the rte_ether library is already subject to a deprecation notice in 16.07. Reshma Pattan (2): doc: announce ABI change for rte_eth_dev_info structure librte_ether: add new fields to rte_eth_dev_info struct doc/guides/rel_notes/deprecation.rst | 6 ++++++ lib/librte_ether/rte_ethdev.c | 2 ++ lib/librte_ether/rte_ethdev.h | 3 +++ 3 files changed, 11 insertions(+) -- 2.5.0