mbox series

[v3,0/3] minor updates for getting queue info

Message ID 20200820090351.3780-1-huwei013@chinasoftinc.com (mailing list archive)
Headers
Series minor updates for getting queue info |

Message

Wei Hu (Xavier) Aug. 20, 2020, 9:03 a.m. UTC
  This series include 3 patches.
One patch is a minor update to add checking whether the related Tx or Rx
queue has been setuped in the rte_eth_rx_queue_info_get and
rte_eth_tx_queue_info_get API function to avoid illegal address access.

And the other two patches for hns3 PMD driver.

Huisong Li (1):
  net/hns3: support getting Tx and Rx queue information

Wei Hu (Xavier) (2):
  net/hns3: report Rx drop packets enable configuration
  ethdev: check if queue setupped when getting queue info

 drivers/net/hns3/hns3_ethdev.c    | 11 +++++++++
 drivers/net/hns3/hns3_ethdev_vf.c | 11 +++++++++
 drivers/net/hns3/hns3_rxtx.c      | 39 +++++++++++++++++++++++++++++++
 drivers/net/hns3/hns3_rxtx.h      |  5 +++-
 lib/librte_ethdev/rte_ethdev.c    | 16 +++++++++++++
 5 files changed, 81 insertions(+), 1 deletion(-)