mbox series

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

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

Message

Wei Hu (Xavier) Aug. 24, 2020, 11:01 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      | 37 +++++++++++++++++++++++++++++++
 drivers/net/hns3/hns3_rxtx.h      |  5 ++++-
 lib/librte_ethdev/rte_ethdev.c    | 16 +++++++++++++
 5 files changed, 79 insertions(+), 1 deletion(-)
  

Comments

Ferruh Yigit Aug. 25, 2020, 8:44 a.m. UTC | #1
On 8/24/2020 12:01 PM, Wei Hu (Xavier) wrote:
> 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
> 

Series applied to dpdk-next-net/main, thanks.