mbox series

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

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

Message

Jijie Shao Nov. 10, 2023, 9:37 a.m. UTC
There are some bugfix for the HNS3 ethernet driver

---
ChangeLog:
v1 -> v2:
  - net: hns3: fix add VLAN fail issue, net: hns3: fix VF reset fail issue
    are modified suggested by Paolo
  v1: https://lore.kernel.org/all/20231028025917.314305-1-shaojijie@huawei.com/
---

Jian Shen (2):
  net: hns3: fix add VLAN fail issue
  net: hns3: fix incorrect capability bit display for copper port

Jijie Shao (2):
  net: hns3: fix VF reset fail issue
  net: hns3: fix VF wrong speed and duplex issue

Yonglong Liu (3):
  net: hns3: add barrier in vf mailbox reply process
  net: hns3: fix out-of-bounds access may occur when coalesce info is
    read via debugfs
  net: hns3: fix variable may not initialized problem in
    hns3_init_mac_addr()

 .../ethernet/hisilicon/hns3/hns3_debugfs.c    |  9 +++--
 .../net/ethernet/hisilicon/hns3/hns3_enet.c   |  2 +-
 .../hisilicon/hns3/hns3pf/hclge_main.c        | 33 ++++++++++++++-----
 .../hisilicon/hns3/hns3vf/hclgevf_main.c      | 25 ++++++++++++--
 .../hisilicon/hns3/hns3vf/hclgevf_main.h      |  1 +
 .../hisilicon/hns3/hns3vf/hclgevf_mbx.c       |  7 ++++
 6 files changed, 62 insertions(+), 15 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 13, 2023, 9:38 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:

On Fri, 10 Nov 2023 17:37:06 +0800 you wrote:
> There are some bugfix for the HNS3 ethernet driver
> 
> ---
> ChangeLog:
> v1 -> v2:
>   - net: hns3: fix add VLAN fail issue, net: hns3: fix VF reset fail issue
>     are modified suggested by Paolo
>   v1: https://lore.kernel.org/all/20231028025917.314305-1-shaojijie@huawei.com/
> 
> [...]

Here is the summary with links:
  - [V2,net,1/7] net: hns3: fix add VLAN fail issue
    https://git.kernel.org/netdev/net/c/472a2ff63efb
  - [V2,net,2/7] net: hns3: add barrier in vf mailbox reply process
    https://git.kernel.org/netdev/net/c/ac92c0a9a060
  - [V2,net,3/7] net: hns3: fix incorrect capability bit display for copper port
    https://git.kernel.org/netdev/net/c/75b247b57d8b
  - [V2,net,4/7] net: hns3: fix out-of-bounds access may occur when coalesce info is read via debugfs
    https://git.kernel.org/netdev/net/c/53aba458f238
  - [V2,net,5/7] net: hns3: fix variable may not initialized problem in hns3_init_mac_addr()
    https://git.kernel.org/netdev/net/c/dbd2f3b20c6a
  - [V2,net,6/7] net: hns3: fix VF reset fail issue
    https://git.kernel.org/netdev/net/c/65e98bb56fa3
  - [V2,net,7/7] net: hns3: fix VF wrong speed and duplex issue
    https://git.kernel.org/netdev/net/c/dff655e82faf

You are awesome, thank you!