mbox

[v2,00/11] net/hns3: add some bugfixes for hns3

Message ID 20230602114205.29589-1-liudongdong3@huawei.com (mailing list archive)
Headers

Message

Dongdong Liu June 2, 2023, 11:41 a.m. UTC
  This patchset contains some bugfixes for hns3 pmd.

v1->v2:
- Fix the comments for [PATCH 01/11] suggested by Ferruh.

Chengwen Feng (3):
  net/hns3: fix mbuf leak when start rxq in resetting
  net/hns3: fix mbuf leak when start rxq after resetting
  net/hns3: fix no errcode returned when failed to init queue

Dengdui Huang (3):
  net/hns3: make code more clean
  net/hns3: fix inaccurate log
  net/hns3: remove log redundant line break

Huisong Li (4):
  net/hns3: fix uninitialized RTC time
  net/hns3: fix unenabled RTC time after reset
  net/hns3: add the uninitialization process of PTP
  net/hns3: extract a PTP header file

Jie Hai (1):
  net/hns3: fix uninitialized variable

 drivers/net/hns3/hns3_ethdev.c    | 23 +++++++++------
 drivers/net/hns3/hns3_ethdev.h    | 16 -----------
 drivers/net/hns3/hns3_ethdev_vf.c |  4 ++-
 drivers/net/hns3/hns3_flow.c      |  5 ++--
 drivers/net/hns3/hns3_ptp.c       | 46 +++++++++++++++++++++++------
 drivers/net/hns3/hns3_ptp.h       | 48 +++++++++++++++++++++++++++++++
 drivers/net/hns3/hns3_regs.c      |  3 +-
 drivers/net/hns3/hns3_regs.h      | 23 ---------------
 drivers/net/hns3/hns3_rxtx.c      | 47 ++++++++++++++++++++++++------
 9 files changed, 145 insertions(+), 70 deletions(-)
 create mode 100644 drivers/net/hns3/hns3_ptp.h

--
2.22.0