mbox series

[net,0/3] net: hns3: fix some bug for hns3

Message ID 20221222064343.61537-1-lanhao@huawei.com (mailing list archive)
Headers show
Series net: hns3: fix some bug for hns3 | expand

Message

Hao Lan Dec. 22, 2022, 6:43 a.m. UTC
There are some bugfixes for the HNS3 ethernet driver. patch#1 fix miss
checking for rx packet. patch#2 fixes VF promisc mode not update
when mac table full bug, and patch#3 fixes a nterrupts not
initialization in VF FLR bug.

Jian Shen (2):
  net: hns3: fix miss L3E checking for rx packet
  net: hns3: fix VF promisc mode not update when mac table full

Jie Wang (1):
  net: hns3: add interrupts re-initialization while doing VF FLR

 .../net/ethernet/hisilicon/hns3/hns3_enet.c   | 10 +--
 .../hisilicon/hns3/hns3pf/hclge_main.c        | 75 +++++++++++--------
 .../hisilicon/hns3/hns3vf/hclgevf_main.c      |  3 +-
 3 files changed, 49 insertions(+), 39 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Dec. 23, 2022, 8:10 p.m. UTC | #1
Hello:

This series was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 22 Dec 2022 14:43:40 +0800 you wrote:
> There are some bugfixes for the HNS3 ethernet driver. patch#1 fix miss
> checking for rx packet. patch#2 fixes VF promisc mode not update
> when mac table full bug, and patch#3 fixes a nterrupts not
> initialization in VF FLR bug.
> 
> Jian Shen (2):
>   net: hns3: fix miss L3E checking for rx packet
>   net: hns3: fix VF promisc mode not update when mac table full
> 
> [...]

Here is the summary with links:
  - [net,1/3] net: hns3: add interrupts re-initialization while doing VF FLR
    https://git.kernel.org/netdev/net/c/09e6b30eeb25
  - [net,2/3] net: hns3: fix miss L3E checking for rx packet
    https://git.kernel.org/netdev/net/c/7d89b53cea1a
  - [net,3/3] net: hns3: fix VF promisc mode not update when mac table full
    https://git.kernel.org/netdev/net/c/8ee57c7b8406

You are awesome, thank you!