netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] net: hns3: support wake on lan for hns3
@ 2023-01-04  1:34 Hao Lan
  2023-01-04  1:34 ` [PATCH net-next 1/2] net: hns3: support wake on lan configuration and query Hao Lan
  2023-01-04  1:34 ` [PATCH net-next 2/2] net: hns3: support debugfs for wake on lan Hao Lan
  0 siblings, 2 replies; 8+ messages in thread
From: Hao Lan @ 2023-01-04  1:34 UTC (permalink / raw)
  To: davem, kuba
  Cc: yisen.zhuang, salil.mehta, edumazet, pabeni, richardcochran,
	shenjian15, netdev

HNS3 (HiSilicon Network System 3) supports Wake-on-LAN,
magic mode and magic security mode on each pf.
This patch supports the ethtool LAN wake-up configuration and
query interfaces and debugfs query interfaces. It does not
support the suspend resume interface because there is no
corresponding application scenario.

Hao Lan (2):
  net: hns3: support wake on lan configuration and query
  net: hns3: support debugfs for wake on lan

 drivers/net/ethernet/hisilicon/hns3/hnae3.h   |  13 ++
 .../hns3/hns3_common/hclge_comm_cmd.c         |   1 +
 .../hns3/hns3_common/hclge_comm_cmd.h         |   3 +
 .../ethernet/hisilicon/hns3/hns3_debugfs.c    |  10 +
 .../ethernet/hisilicon/hns3/hns3_ethtool.c    |  27 +++
 .../hisilicon/hns3/hns3pf/hclge_cmd.h         |  24 ++
 .../hisilicon/hns3/hns3pf/hclge_debugfs.c     |  62 ++++++
 .../hisilicon/hns3/hns3pf/hclge_main.c        | 206 ++++++++++++++++++
 .../hisilicon/hns3/hns3pf/hclge_main.h        |  10 +
 9 files changed, 356 insertions(+)

-- 
2.30.0


^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH net-next 0/2] net: hns3: support wake on lan for hns3
@ 2023-02-06 13:49 Hao Lan
  2023-02-06 13:49 ` [PATCH net-next 1/2] net: hns3: support wake on lan configuration and query Hao Lan
  0 siblings, 1 reply; 8+ messages in thread
From: Hao Lan @ 2023-02-06 13:49 UTC (permalink / raw)
  To: davem, kuba
  Cc: yisen.zhuang, salil.mehta, edumazet, pabeni, richardcochran,
	shenjian15, netdev

HNS3 (HiSilicon Network System 3) supports Wake-on-LAN,
magic mode and magic security mode on each pf.
This patch supports the ethtool LAN wake-up configuration and
query interfaces and debugfs query interfaces. It does not
support the suspend resume interface because there is no
corresponding application scenario.

Hao Lan (2):
  net: hns3: support wake on lan configuration and query
  net: hns3: support debugfs for wake on lan

 drivers/net/ethernet/hisilicon/hns3/hnae3.h   |  13 ++
 .../hns3/hns3_common/hclge_comm_cmd.c         |   1 +
 .../hns3/hns3_common/hclge_comm_cmd.h         |   3 +
 .../ethernet/hisilicon/hns3/hns3_debugfs.c    |  10 +
 .../ethernet/hisilicon/hns3/hns3_ethtool.c    |  27 +++
 .../hisilicon/hns3/hns3pf/hclge_cmd.h         |  24 ++
 .../hisilicon/hns3/hns3pf/hclge_debugfs.c     |  62 ++++++
 .../hisilicon/hns3/hns3pf/hclge_main.c        | 206 ++++++++++++++++++
 .../hisilicon/hns3/hns3pf/hclge_main.h        |  10 +
 9 files changed, 356 insertions(+)

-- 
2.30.0


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

end of thread, other threads:[~2023-02-06 13:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-04  1:34 [PATCH net-next 0/2] net: hns3: support wake on lan for hns3 Hao Lan
2023-01-04  1:34 ` [PATCH net-next 1/2] net: hns3: support wake on lan configuration and query Hao Lan
2023-01-04  2:10   ` Andrew Lunn
2023-01-04 12:57     ` Hao Lan
2023-01-04 15:00       ` Andrew Lunn
2023-01-04  1:34 ` [PATCH net-next 2/2] net: hns3: support debugfs for wake on lan Hao Lan
2023-01-04  2:12   ` Andrew Lunn
  -- strict thread matches above, loose matches on Subject: below --
2023-02-06 13:49 [PATCH net-next 0/2] net: hns3: support wake on lan for hns3 Hao Lan
2023-02-06 13:49 ` [PATCH net-next 1/2] net: hns3: support wake on lan configuration and query Hao Lan

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