[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241023134213.3359092-1-shaojijie@huawei.com>
Date: Wed, 23 Oct 2024 21:42:06 +0800
From: Jijie Shao <shaojijie@...wei.com>
To: <davem@...emloft.net>, <edumazet@...gle.com>, <kuba@...nel.org>,
<pabeni@...hat.com>, <andrew+netdev@...n.ch>, <horms@...nel.org>
CC: <shenjian15@...wei.com>, <wangpeiyang1@...wei.com>,
<liuyonglong@...wei.com>, <chenhao418@...wei.com>, <sudongming1@...wei.com>,
<xujunsheng@...wei.com>, <shiyongbang@...wei.com>, <libaihan@...wei.com>,
<jonathan.cameron@...wei.com>, <shameerali.kolothum.thodi@...wei.com>,
<salil.mehta@...wei.com>, <netdev@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <shaojijie@...wei.com>
Subject: [PATCH net-next 0/7] Support some features for the HIBMCGE driver
In this patch series, The HIBMCGE driver implements some functions
such as statistics query, dump register, unicast MAC address filtering,
debugfs and reset.
Jijie Shao (7):
net: hibmcge: Add dump statistics supported in this module
net: hibmcge: Add debugfs supported in this module
net: hibmcge: Add unicast frame filter supported in this module
net: hibmcge: Add register dump supported in this module
net: hibmcge: Add pauseparam supported in this module
net: hibmcge: Add nway_reset supported in this module
net: hibmcge: Add reset supported in this module
.../net/ethernet/hisilicon/hibmcge/Makefile | 3 +-
.../ethernet/hisilicon/hibmcge/hbg_common.h | 135 +++++++
.../ethernet/hisilicon/hibmcge/hbg_debugfs.c | 190 +++++++++
.../ethernet/hisilicon/hibmcge/hbg_debugfs.h | 12 +
.../net/ethernet/hisilicon/hibmcge/hbg_err.c | 140 +++++++
.../net/ethernet/hisilicon/hibmcge/hbg_err.h | 13 +
.../ethernet/hisilicon/hibmcge/hbg_ethtool.c | 381 ++++++++++++++++++
.../ethernet/hisilicon/hibmcge/hbg_ethtool.h | 1 +
.../net/ethernet/hisilicon/hibmcge/hbg_hw.c | 48 ++-
.../net/ethernet/hisilicon/hibmcge/hbg_hw.h | 6 +-
.../net/ethernet/hisilicon/hibmcge/hbg_main.c | 266 +++++++++++-
.../net/ethernet/hisilicon/hibmcge/hbg_reg.h | 136 +++++++
.../net/ethernet/hisilicon/hibmcge/hbg_txrx.c | 171 +++++++-
13 files changed, 1471 insertions(+), 31 deletions(-)
create mode 100644 drivers/net/ethernet/hisilicon/hibmcge/hbg_debugfs.c
create mode 100644 drivers/net/ethernet/hisilicon/hibmcge/hbg_debugfs.h
create mode 100644 drivers/net/ethernet/hisilicon/hibmcge/hbg_err.c
create mode 100644 drivers/net/ethernet/hisilicon/hibmcge/hbg_err.h
--
2.33.0
Powered by blists - more mailing lists