[dpdk-dev] [PATCH v2 0/7] Bugfix for hns3 PMD

Min Hu (Connor) humin29 at huawei.com
Sat Apr 10 03:11:13 CEST 2021


This set of patches contains seven bugfixes for hns3 PMD.

Chengchang Tang (3):
  net/hns3: fix incorrect timing in resetting queues
  net/hns3: fix queue state when concurrent with reset
  net/hns3: fix configure FEC when concurrent with reset

Chengwen Feng (2):
  net/hns3: remove variables of selecting Rx/Tx function
  net/hns3: fix some packet type calc error

Hongbo Zheng (1):
  net/hns3: fix FLR failure when RAS concurrent with FLR

Min Hu (Connor) (1):
  net/hns3: fix missing rollback in PF init
---
v2:
* Adjust the patch title.

 drivers/net/hns3/hns3_ethdev.c    | 14 +++---
 drivers/net/hns3/hns3_ethdev.h    |  9 +---
 drivers/net/hns3/hns3_ethdev_vf.c |  5 ---
 drivers/net/hns3/hns3_intr.c      |  7 +--
 drivers/net/hns3/hns3_rxtx.c      | 89 ++++++++++++++++-----------------------
 drivers/net/hns3/hns3_rxtx.h      | 14 +++---
 6 files changed, 54 insertions(+), 84 deletions(-)

-- 
2.7.4



More information about the dev mailing list