mbox

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

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

Message

Dongdong Liu May 29, 2023, 1:09 p.m. UTC
  This patchset contains some bugfixes for hns3 pmd.

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       | 63 +++++++++++++++++++++----------
 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, 151 insertions(+), 81 deletions(-)
 create mode 100644 drivers/net/hns3/hns3_ptp.h

--
2.22.0