mbox series

[net,0/4] net: hns3: add some fixes for -net

Message ID 20211126120318.33921-1-huangguangbin2@huawei.com (mailing list archive)
Headers show
Series net: hns3: add some fixes for -net | expand

Message

Guangbin Huang Nov. 26, 2021, 12:03 p.m. UTC
This series adds some fixes for the HNS3 ethernet driver.

Guangbin Huang (1):
  net: hns3: fix VF RSS failed problem after PF enable multi-TCs

Hao Chen (2):
  net: hns3: add check NULL address for page pool
  net: hns3: fix one incorrect value of page pool info when queried by
    debugfs

Jie Wang (1):
  net: hns3: fix incorrect components info of ethtool --reset command

 drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c        | 8 +++++++-
 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c        | 4 ++++
 drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c | 4 ++--
 3 files changed, 13 insertions(+), 3 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 26, 2021, 7:40 p.m. UTC | #1
Hello:

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

On Fri, 26 Nov 2021 20:03:14 +0800 you wrote:
> This series adds some fixes for the HNS3 ethernet driver.
> 
> Guangbin Huang (1):
>   net: hns3: fix VF RSS failed problem after PF enable multi-TCs
> 
> Hao Chen (2):
>   net: hns3: add check NULL address for page pool
>   net: hns3: fix one incorrect value of page pool info when queried by
>     debugfs
> 
> [...]

Here is the summary with links:
  - [net,1/4] net: hns3: fix VF RSS failed problem after PF enable multi-TCs
    https://git.kernel.org/netdev/net/c/8d2ad993aa05
  - [net,2/4] net: hns3: add check NULL address for page pool
    https://git.kernel.org/netdev/net/c/b8af344cfea1
  - [net,3/4] net: hns3: fix one incorrect value of page pool info when queried by debugfs
    https://git.kernel.org/netdev/net/c/9c1479174870
  - [net,4/4] net: hns3: fix incorrect components info of ethtool --reset command
    https://git.kernel.org/netdev/net/c/82229c4dbb8a

You are awesome, thank you!