[PATCH v2 00/11] net/hns3: add some bugfixes for hns3
    Dongdong Liu 
    liudongdong3 at huawei.com
       
    Fri Jun  2 13:41:54 CEST 2023
    
    
  
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
    
    
More information about the stable
mailing list