mbox series

[V2,net-next,0/2] add vf fault detect support for HNS3 ethernet driver

Message ID 20231007031215.1067758-1-shaojijie@huawei.com (mailing list archive)
Headers show
Series add vf fault detect support for HNS3 ethernet driver | expand

Message

Jijie Shao Oct. 7, 2023, 3:12 a.m. UTC
add vf fault detect support for HNS3 ethernet driver

Jie Wang (2):
  net: hns3: add hns3 vf fault detect cap bit support
  net: hns3: add vf fault detect support

 drivers/net/ethernet/hisilicon/hns3/hnae3.h   |   5 +
 .../hns3/hns3_common/hclge_comm_cmd.c         |   1 +
 .../hns3/hns3_common/hclge_comm_cmd.h         |   2 +
 .../ethernet/hisilicon/hns3/hns3_debugfs.c    |   3 +
 .../hisilicon/hns3/hns3pf/hclge_err.c         | 116 +++++++++++++++++-
 .../hisilicon/hns3/hns3pf/hclge_err.h         |   2 +
 .../hisilicon/hns3/hns3pf/hclge_main.c        |   3 +-
 .../hisilicon/hns3/hns3pf/hclge_main.h        |   2 +
 .../hisilicon/hns3/hns3pf/hclge_mbx.c         |   2 +-
 9 files changed, 129 insertions(+), 7 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 11, 2023, 8:40 p.m. UTC | #1
Hello:

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

On Sat, 7 Oct 2023 11:12:13 +0800 you wrote:
> add vf fault detect support for HNS3 ethernet driver
> 
> Jie Wang (2):
>   net: hns3: add hns3 vf fault detect cap bit support
>   net: hns3: add vf fault detect support
> 
>  drivers/net/ethernet/hisilicon/hns3/hnae3.h   |   5 +
>  .../hns3/hns3_common/hclge_comm_cmd.c         |   1 +
>  .../hns3/hns3_common/hclge_comm_cmd.h         |   2 +
>  .../ethernet/hisilicon/hns3/hns3_debugfs.c    |   3 +
>  .../hisilicon/hns3/hns3pf/hclge_err.c         | 116 +++++++++++++++++-
>  .../hisilicon/hns3/hns3pf/hclge_err.h         |   2 +
>  .../hisilicon/hns3/hns3pf/hclge_main.c        |   3 +-
>  .../hisilicon/hns3/hns3pf/hclge_main.h        |   2 +
>  .../hisilicon/hns3/hns3pf/hclge_mbx.c         |   2 +-
>  9 files changed, 129 insertions(+), 7 deletions(-)

Here is the summary with links:
  - [V2,net-next,1/2] net: hns3: add hns3 vf fault detect cap bit support
    https://git.kernel.org/netdev/net-next/c/f1bc63aa6e11
  - [V2,net-next,2/2] net: hns3: add vf fault detect support
    https://git.kernel.org/netdev/net-next/c/8a45c4f9e159

You are awesome, thank you!