All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 net 0/4] There are some bugfix for the HNS3 ethernet driver
@ 2025-07-22 12:54 Jijie Shao
  2025-07-22 12:54 ` [PATCH V2 net 1/4] net: hns3: fix concurrent setting vlan filter issue Jijie Shao
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Jijie Shao @ 2025-07-22 12:54 UTC (permalink / raw)
  To: davem, edumazet, kuba, pabeni, andrew+netdev, horms
  Cc: shenjian15, liuyonglong, chenhao418, jonathan.cameron,
	shameerali.kolothum.thodi, salil.mehta, netdev, linux-kernel,
	shaojijie

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-07-24  9:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-22 12:54 [PATCH V2 net 0/4] There are some bugfix for the HNS3 ethernet driver Jijie Shao
2025-07-22 12:54 ` [PATCH V2 net 1/4] net: hns3: fix concurrent setting vlan filter issue Jijie Shao
2025-07-22 12:54 ` [PATCH V2 net 2/4] net: hns3: disable interrupt when ptp init failed Jijie Shao
2025-07-22 12:54 ` [PATCH V2 net 3/4] net: hns3: fixed vf get max channels bug Jijie Shao
2025-07-22 12:54 ` [PATCH V2 net 4/4] net: hns3: default enable tx bounce buffer when smmu enabled Jijie Shao
2025-07-23  7:29   ` Simon Horman
2025-07-24  9:29 ` [PATCH V2 net 0/4] There are some bugfix for the HNS3 ethernet driver Paolo Abeni
2025-07-24  9:40 ` patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.