mbox series

[V2,net-next,0/9] net: hns3: updates for -next

Message ID 20220419032709.15408-1-huangguangbin2@huawei.com (mailing list archive)
Headers show
Series net: hns3: updates for -next | expand

Message

Guangbin Huang April 19, 2022, 3:27 a.m. UTC
This series includes some updates for the HNS3 ethernet driver.

Change logs:
V1 -> V2:
 - Fix failed to apply to net-next problem.

Hao Chen (3):
  net: hns3: refactor hns3_set_ringparam()
  net: hns3: add log for setting tx spare buf size
  net: hns3: remove unnecessary line wrap for hns3_set_tunable

Jian Shen (1):
  net: hns3: refine the definition for struct hclge_pf_to_vf_msg

Jie Wang (1):
  net: hns3: add failure logs in hclge_set_vport_mtu

Peng Li (3):
  net: hns3: update the comment of function hclgevf_get_mbx_resp
  net: hns3: fix the wrong words in comments
  net: hns3: replace magic value by HCLGE_RING_REG_OFFSET

Yufeng Mo (1):
  net: hns3: add ethtool parameter check for CQE/EQE mode

 .../net/ethernet/hisilicon/hns3/hclge_mbx.h   |  17 ++-
 drivers/net/ethernet/hisilicon/hns3/hnae3.h   |   4 +
 .../hns3/hns3_common/hclge_comm_cmd.c         |   2 +
 .../hns3/hns3_common/hclge_comm_cmd.h         |   1 +
 .../net/ethernet/hisilicon/hns3/hns3_enet.c   |   5 +-
 .../ethernet/hisilicon/hns3/hns3_ethtool.c    | 108 +++++++++++++-----
 .../ethernet/hisilicon/hns3/hns3_ethtool.h    |   6 +
 .../hisilicon/hns3/hns3pf/hclge_err.c         |   2 +-
 .../hisilicon/hns3/hns3pf/hclge_main.c        |   3 +
 .../hisilicon/hns3/hns3pf/hclge_mbx.c         |   2 +-
 .../hisilicon/hns3/hns3vf/hclgevf_main.c      |   4 +-
 .../hisilicon/hns3/hns3vf/hclgevf_mbx.c       |   8 +-
 12 files changed, 116 insertions(+), 46 deletions(-)

Comments

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

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

On Tue, 19 Apr 2022 11:27:00 +0800 you wrote:
> This series includes some updates for the HNS3 ethernet driver.
> 
> Change logs:
> V1 -> V2:
>  - Fix failed to apply to net-next problem.
> 
> Hao Chen (3):
>   net: hns3: refactor hns3_set_ringparam()
>   net: hns3: add log for setting tx spare buf size
>   net: hns3: remove unnecessary line wrap for hns3_set_tunable
> 
> [...]

Here is the summary with links:
  - [V2,net-next,1/9] net: hns3: add ethtool parameter check for CQE/EQE mode
    https://git.kernel.org/netdev/net-next/c/286c61e72797
  - [V2,net-next,2/9] net: hns3: refactor hns3_set_ringparam()
    https://git.kernel.org/netdev/net-next/c/07fdc163ac88
  - [V2,net-next,3/9] net: hns3: refine the definition for struct hclge_pf_to_vf_msg
    https://git.kernel.org/netdev/net-next/c/6fde96df0447
  - [V2,net-next,4/9] net: hns3: add failure logs in hclge_set_vport_mtu
    https://git.kernel.org/netdev/net-next/c/bcc7a98f0d3c
  - [V2,net-next,5/9] net: hns3: add log for setting tx spare buf size
    https://git.kernel.org/netdev/net-next/c/2373b35c24ff
  - [V2,net-next,6/9] net: hns3: update the comment of function hclgevf_get_mbx_resp
    https://git.kernel.org/netdev/net-next/c/2e0f53887011
  - [V2,net-next,7/9] net: hns3: fix the wrong words in comments
    https://git.kernel.org/netdev/net-next/c/9c657cbc2c15
  - [V2,net-next,8/9] net: hns3: replace magic value by HCLGE_RING_REG_OFFSET
    https://git.kernel.org/netdev/net-next/c/350cb4409246
  - [V2,net-next,9/9] net: hns3: remove unnecessary line wrap for hns3_set_tunable
    https://git.kernel.org/netdev/net-next/c/29c17cb67271

You are awesome, thank you!