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 | 37 +++++++++++++++++++++++++++++++ drivers/net/hns3/hns3_rxtx.h | 5 ++++- lib/librte_ethdev/rte_ethdev.c | 16 +++++++++++++ 5 files changed, 79 insertions(+), 1 deletion(-) -- 2.27.0