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

Jijie Shao posted 4 patches 3 months, 1 week 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 ++
.../ethernet/hisilicon/hns3/hns3_ethtool.c    | 33 +++++++++++++++++
.../hisilicon/hns3/hns3pf/hclge_main.c        | 36 +++++++++++--------
.../hisilicon/hns3/hns3pf/hclge_ptp.c         |  9 +++--
.../hisilicon/hns3/hns3vf/hclgevf_main.c      |  6 +---
6 files changed, 94 insertions(+), 23 deletions(-)
[PATCH net-next 0/4] There are some bugfix for the HNS3 ethernet driver
Posted by Jijie Shao 3 months, 1 week ago
There are some bugfix for the HNS3 ethernet driver

Hao Lan (1):
  net: hns3: fixed vf get max channels bug

Jian Shen (1):
  net: hns3: fix concurrent setting vlan filter issue

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 ++
 .../ethernet/hisilicon/hns3/hns3_ethtool.c    | 33 +++++++++++++++++
 .../hisilicon/hns3/hns3pf/hclge_main.c        | 36 +++++++++++--------
 .../hisilicon/hns3/hns3pf/hclge_ptp.c         |  9 +++--
 .../hisilicon/hns3/hns3vf/hclgevf_main.c      |  6 +---
 6 files changed, 94 insertions(+), 23 deletions(-)

-- 
2.33.0
Re: [PATCH net-next 0/4] There are some bugfix for the HNS3 ethernet driver
Posted by Jijie Shao 3 months, 1 week ago
on 2025/7/2 20:57, Jijie Shao wrote:
> There are some bugfix for the HNS3 ethernet driver

Sorry, ignore this patch set, they should be sent to net not net-next ...

>
> Hao Lan (1):
>    net: hns3: fixed vf get max channels bug
>
> Jian Shen (1):
>    net: hns3: fix concurrent setting vlan filter issue
>
> 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 ++
>   .../ethernet/hisilicon/hns3/hns3_ethtool.c    | 33 +++++++++++++++++
>   .../hisilicon/hns3/hns3pf/hclge_main.c        | 36 +++++++++++--------
>   .../hisilicon/hns3/hns3pf/hclge_ptp.c         |  9 +++--
>   .../hisilicon/hns3/hns3vf/hclgevf_main.c      |  6 +---
>   6 files changed, 94 insertions(+), 23 deletions(-)
>
Re: [PATCH net-next 0/4] There are some bugfix for the HNS3 ethernet driver
Posted by Jakub Kicinski 3 months, 1 week ago
On Wed, 2 Jul 2025 21:07:19 +0800 Jijie Shao wrote:
> on 2025/7/2 20:57, Jijie Shao wrote:
> > There are some bugfix for the HNS3 ethernet driver  
> 
> Sorry, ignore this patch set, they should be sent to net not net-next ...

You still should have waited 24h per:
https://www.kernel.org/doc/html/next/process/maintainer-netdev.html
-- 
pv-bot: 24h
Re: [PATCH net-next 0/4] There are some bugfix for the HNS3 ethernet driver
Posted by Jijie Shao 3 months ago
on 2025/7/2 22:23, Jakub Kicinski wrote:
> On Wed, 2 Jul 2025 21:07:19 +0800 Jijie Shao wrote:
>> on 2025/7/2 20:57, Jijie Shao wrote:
>>> There are some bugfix for the HNS3 ethernet driver
>> Sorry, ignore this patch set, they should be sent to net not net-next ...
> You still should have waited 24h per:
> https://www.kernel.org/doc/html/next/process/maintainer-netdev.html


Okay, I'll take note of that. Thank you.