All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 net-next 0/9] net: hns3: updates for -next
@ 2022-04-19  3:27 Guangbin Huang
  2022-04-19  3:27 ` [PATCH V2 net-next 1/9] net: hns3: add ethtool parameter check for CQE/EQE mode Guangbin Huang
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Guangbin Huang @ 2022-04-19  3:27 UTC (permalink / raw)
  To: davem, kuba; +Cc: netdev, linux-kernel, lipeng321, huangguangbin2, chenhao288

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(-)

-- 
2.33.0


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-04-20 10:00 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-19  3:27 [PATCH V2 net-next 0/9] net: hns3: updates for -next Guangbin Huang
2022-04-19  3:27 ` [PATCH V2 net-next 1/9] net: hns3: add ethtool parameter check for CQE/EQE mode Guangbin Huang
2022-04-19  3:27 ` [PATCH V2 net-next 2/9] net: hns3: refactor hns3_set_ringparam() Guangbin Huang
2022-04-19  3:27 ` [PATCH V2 net-next 3/9] net: hns3: refine the definition for struct hclge_pf_to_vf_msg Guangbin Huang
2022-04-19  3:27 ` [PATCH V2 net-next 4/9] net: hns3: add failure logs in hclge_set_vport_mtu Guangbin Huang
2022-04-19  3:27 ` [PATCH V2 net-next 5/9] net: hns3: add log for setting tx spare buf size Guangbin Huang
2022-04-19  3:27 ` [PATCH V2 net-next 6/9] net: hns3: update the comment of function hclgevf_get_mbx_resp Guangbin Huang
2022-04-19  3:27 ` [PATCH V2 net-next 7/9] net: hns3: fix the wrong words in comments Guangbin Huang
2022-04-19  3:27 ` [PATCH V2 net-next 8/9] net: hns3: replace magic value by HCLGE_RING_REG_OFFSET Guangbin Huang
2022-04-19  3:27 ` [PATCH V2 net-next 9/9] net: hns3: remove unnecessary line wrap for hns3_set_tunable Guangbin Huang
2022-04-20 10:00 ` [PATCH V2 net-next 0/9] net: hns3: updates for -next patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.