Re: [dpdk-dev] [PATCH v4 0/3] minor updates for getting queue info

2020-08-25 Thread Ferruh Yigit
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

[dpdk-dev] [PATCH v4 0/3] minor updates for getting queue info

2020-08-24 Thread Wei Hu (Xavier)
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)