[PATCH V3 net 0/7] There are some bugfix for the HNS3 ethernet driver

From: Jijie Shao
Date: Tue May 07 2024 - 09:50:13 EST


There are some bugfix for the HNS3 ethernet driver

---
changeLog:
v2 -> v3:
- Fix coding errors in "net: hns3: using user configure after hardware reset", suggested by Simon Horman
https://lore.kernel.org/all/20240426100045.1631295-1-shaojijie@xxxxxxxxxx/
v1 -> v2:
- Adjust the code sequence to completely eliminate the race window, suggested by Jiri Pirko
v1: https://lore.kernel.org/all/20240422134327.3160587-1-shaojijie@xxxxxxxxxx/
---

Jian Shen (1):
net: hns3: direct return when receive a unknown mailbox message

Peiyang Wang (4):
net: hns3: using user configure after hardware reset
net: hns3: change type of numa_node_mask as nodemask_t
net: hns3: release PTP resources if pf initialization failed
net: hns3: use appropriate barrier function after setting a bit value

Yonglong Liu (2):
net: hns3: fix port vlan filter not disabled issue
net: hns3: fix kernel crash when devlink reload during initialization

drivers/net/ethernet/hisilicon/hns3/hnae3.h | 2 +-
.../hisilicon/hns3/hns3pf/hclge_main.c | 52 ++++++++++---------
.../hisilicon/hns3/hns3pf/hclge_main.h | 5 +-
.../hisilicon/hns3/hns3pf/hclge_mbx.c | 7 +--
.../hisilicon/hns3/hns3vf/hclgevf_main.c | 20 ++++---
.../hisilicon/hns3/hns3vf/hclgevf_main.h | 2 +-
6 files changed, 47 insertions(+), 41 deletions(-)

--
2.30.0