> > Konstantin Ananyev (9): > > ethdev: add new API to retrieve RX/TX queue information > > i40e: add support for eth_(rxq|txq)_info_get and (rx|tx)_desc_lim > > ixgbe: add support for eth_(rxq|txq)_info_get and (rx|tx)_desc_lim > > e1000: add support for eth_(rxq|txq)_info_get and (rx|tx)_desc_lim > > fm10k: add HW specific desc_lim data into dev_info > > cxgbe: add HW specific desc_lim data into dev_info > > vmxnet3: add HW specific desc_lim data into dev_info > > testpmd: add new command to display RX/TX queue information > > doc: release notes update for queue_info_get() and (rx|tx)_desc_limit > > Acked-by: Remy Horton <remy.horton at intel.com>
Applied, thanks