Re: [dpdk-dev] [PATCH V2] net/hns3: support getting Tx and Rx queue information

2020-08-20 Thread Wei Hu (Xavier)
Hi, Ferruh Yigit On 2020/8/20 0:19, Ferruh Yigit wrote: On 8/18/2020 4:07 AM, Wei Hu (Xavier) wrote: From: Huisong Li This patch adds support for querying Rx/Tx queue information. Currently, if there are not available Rx buffer descriptors in receiving direction based on hns3 network engine,

Re: [dpdk-dev] [PATCH V2] net/hns3: support getting Tx and Rx queue information

2020-08-19 Thread Ferruh Yigit
On 8/18/2020 4:07 AM, Wei Hu (Xavier) wrote: > From: Huisong Li > > This patch adds support for querying Rx/Tx queue information. > > Currently, if there are not available Rx buffer descriptors in receiving > direction based on hns3 network engine, incoming packets will always be > dropped by ha

[dpdk-dev] [PATCH V2] net/hns3: support getting Tx and Rx queue information

2020-08-17 Thread Wei Hu (Xavier)
From: Huisong Li This patch adds support for querying Rx/Tx queue information. Currently, if there are not available Rx buffer descriptors in receiving direction based on hns3 network engine, incoming packets will always be dropped by hardware. This patch reports the '.rx_drop_en' information to