[PATCH V2 net 0/4] There are some bugfix for the HNS3 ethernet driver

Jijie Shao posted 4 patches 2 months, 2 weeks ago
There is a newer version of this series
.../net/ethernet/hisilicon/hns3/hns3_enet.c   | 31 ++++++++++++++++
.../net/ethernet/hisilicon/hns3/hns3_enet.h   |  2 ++
.../hisilicon/hns3/hns3pf/hclge_main.c        | 36 +++++++++++--------
.../hisilicon/hns3/hns3pf/hclge_ptp.c         |  9 +++--
.../hisilicon/hns3/hns3vf/hclgevf_main.c      |  6 +---
5 files changed, 61 insertions(+), 23 deletions(-)
[PATCH V2 net 0/4] There are some bugfix for the HNS3 ethernet driver
Posted by Jijie Shao 2 months, 2 weeks ago
There are some bugfix for the HNS3 ethernet driver

---
ChangeLog:
v1 -> v2:
  - Fix wrong Fixes tag, suggested by Simon Horman
  - Replace min_t() with min(), suggested by Simon Horman
  - Split patch4, omits the ethtool changes,
    ethtool changes will be sent to net-next, suggested by Simon Horman
  v1: https://lore.kernel.org/all/20250702130901.2879031-1-shaojijie@huawei.com/
---

Jian Shen (2):
  net: hns3: fix concurrent setting vlan filter issue
  net: hns3: fixed vf get max channels bug

Jijie Shao (1):
  net: hns3: default enable tx bounce buffer when smmu enabled

Yonglong Liu (1):
  net: hns3: disable interrupt when ptp init failed

 .../net/ethernet/hisilicon/hns3/hns3_enet.c   | 31 ++++++++++++++++
 .../net/ethernet/hisilicon/hns3/hns3_enet.h   |  2 ++
 .../hisilicon/hns3/hns3pf/hclge_main.c        | 36 +++++++++++--------
 .../hisilicon/hns3/hns3pf/hclge_ptp.c         |  9 +++--
 .../hisilicon/hns3/hns3vf/hclgevf_main.c      |  6 +---
 5 files changed, 61 insertions(+), 23 deletions(-)

-- 
2.33.0
Re: [PATCH V2 net 0/4] There are some bugfix for the HNS3 ethernet driver
Posted by Paolo Abeni 2 months, 1 week ago
On 7/22/25 2:54 PM, Jijie Shao wrote:
> There are some bugfix for the HNS3 ethernet driver

Note for future memory: I would appreciate a slightly more descriptive
cover letter, i.e. very briefly describing the fixes included, and/or
outlining the most relevant ones.

Thanks,

Paolo