[dpdk-dev] [RFC 0/2] add new fields to rte_eth_dev_info structure
Reshma Pattan
reshma.pattan at intel.com
Thu Apr 14 11:44:35 CEST 2016
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
More information about the dev
mailing list