linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/7] net: hns3: add some fixes for -net
@ 2021-08-26 11:21 Guangbin Huang
  2021-08-26 11:21 ` [PATCH net 1/7] net: hns3: clear hardware resource when loading driver Guangbin Huang
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Guangbin Huang @ 2021-08-26 11:21 UTC (permalink / raw)
  To: davem, kuba; +Cc: netdev, linux-kernel, lipeng321, huangguangbin2

This series adds some fixes for the HNS3 ethernet driver.

Guangbin Huang (1):
  net: hns3: fix get wrong pfc_en when query PFC configuration

Guojia Liao (1):
  net: hns3: fix duplicate node in VLAN list

Yonglong Liu (1):
  net: hns3: fix speed unknown issue in bond 4

Yufeng Mo (4):
  net: hns3: clear hardware resource when loading driver
  net: hns3: add waiting time before cmdq memory is released
  net: hns3: change the method of getting cmd index in debugfs
  net: hns3: fix GRO configuration error after reset

 drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c | 14 +++---
 drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.h |  1 +
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.c |  6 ++-
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h |  4 ++
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_dcb.c | 13 +-----
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c    | 52 +++++++++++++++++++---
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.h    |  1 +
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_cmd.c   |  7 ++-
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_cmd.h   |  1 +
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c  | 21 ++++++---
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.h  |  2 +
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_mbx.c   |  2 +-
 12 files changed, 90 insertions(+), 34 deletions(-)

-- 
2.8.1


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

end of thread, other threads:[~2021-08-26 15:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-26 11:21 [PATCH net 0/7] net: hns3: add some fixes for -net Guangbin Huang
2021-08-26 11:21 ` [PATCH net 1/7] net: hns3: clear hardware resource when loading driver Guangbin Huang
2021-08-26 11:21 ` [PATCH net 2/7] net: hns3: add waiting time before cmdq memory is released Guangbin Huang
2021-08-26 11:21 ` [PATCH net 3/7] net: hns3: fix speed unknown issue in bond 4 Guangbin Huang
2021-08-26 11:21 ` [PATCH net 4/7] net: hns3: fix duplicate node in VLAN list Guangbin Huang
2021-08-26 11:21 ` [PATCH net 5/7] net: hns3: change the method of getting cmd index in debugfs Guangbin Huang
2021-08-26 11:22 ` [PATCH net 6/7] net: hns3: fix GRO configuration error after reset Guangbin Huang
2021-08-26 11:22 ` [PATCH net 7/7] net: hns3: fix get wrong pfc_en when query PFC configuration Guangbin Huang
2021-08-26 15:50 ` [PATCH net 0/7] net: hns3: add some fixes for -net patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).