[dpdk-dev] [PATCH v10 3/7] ethdev: add new fields to ethdev info struct

2016-06-16 Thread Thomas Monjalon
2016-06-15 15:06, Reshma Pattan: > The new fields nb_rx_queues and nb_tx_queues are added to the > rte_eth_dev_info structure. > Changes to API rte_eth_dev_info_get() are done to update these new fields > to the rte_eth_dev_info object. The ABI is changed, not the API. > Release notes is updated

[dpdk-dev] [PATCH v10 3/7] ethdev: add new fields to ethdev info struct

2016-06-15 Thread Reshma Pattan
The new fields nb_rx_queues and nb_tx_queues are added to the rte_eth_dev_info structure. Changes to API rte_eth_dev_info_get() are done to update these new fields to the rte_eth_dev_info object. Release notes is updated with the changes. The librte_pdump library needs to register Rx and Tx callba