[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230206134933.32700-1-lanhao@huawei.com>
Date: Mon, 6 Feb 2023 21:49:31 +0800
From: Hao Lan <lanhao@...wei.com>
To: <davem@...emloft.net>, <kuba@...nel.org>
CC: <yisen.zhuang@...wei.com>, <salil.mehta@...wei.com>,
<edumazet@...gle.com>, <pabeni@...hat.com>,
<richardcochran@...il.com>, <shenjian15@...wei.com>,
<netdev@...r.kernel.org>
Subject: [PATCH net-next 0/2] net: hns3: support wake on lan for hns3
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
Powered by blists - more mailing lists