mbox series

[V2,net,0/5] There are some bugfix for the HNS3 ethernet driver

Message ID 20230918074840.2650978-1-shaojijie@huawei.com (mailing list archive)
Headers show
Series There are some bugfix for the HNS3 ethernet driver | expand

Message

Jijie Shao Sept. 18, 2023, 7:48 a.m. UTC
There are some bugfix for the HNS3 ethernet driver

---
ChangeLog:
v1->v2:
  add Fixes tag for bugfix patch suggested by Simon Horman
  v1: https://lore.kernel.org/all/20230915095305.422328-1-shaojijie@huawei.com/
---
	
Jian Shen (1):
  net: hns3: only enable unicast promisc when mac table full

Jie Wang (3):
  net: hns3: add cmdq check for vf periodic service task
  net: hns3: fix GRE checksum offload issue
  net: hns3: add 5ms delay before clear firmware reset irq source

Jijie Shao (1):
  net: hns3: fix fail to delete tc flower rules during reset issue

 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c     |  9 +++++++++
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 13 ++++++++++++-
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c   |  3 ++-
 3 files changed, 23 insertions(+), 2 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Sept. 19, 2023, 10:20 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Mon, 18 Sep 2023 15:48:35 +0800 you wrote:
> There are some bugfix for the HNS3 ethernet driver
> 
> ---
> ChangeLog:
> v1->v2:
>   add Fixes tag for bugfix patch suggested by Simon Horman
>   v1: https://lore.kernel.org/all/20230915095305.422328-1-shaojijie@huawei.com/
> 
> [...]

Here is the summary with links:
  - [V2,net,1/5] net: hns3: add cmdq check for vf periodic service task
    https://git.kernel.org/netdev/net/c/bd3caddf299a
  - [V2,net,2/5] net: hns3: fix GRE checksum offload issue
    https://git.kernel.org/netdev/net/c/f9f651261130
  - [V2,net,3/5] net: hns3: only enable unicast promisc when mac table full
    https://git.kernel.org/netdev/net/c/f2ed304922a5
  - [V2,net,4/5] net: hns3: fix fail to delete tc flower rules during reset issue
    https://git.kernel.org/netdev/net/c/1a7be66e4685
  - [V2,net,5/5] net: hns3: add 5ms delay before clear firmware reset irq source
    https://git.kernel.org/netdev/net/c/0770063096d5

You are awesome, thank you!