Netdev Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Luo bin <luobin9@huawei.com>
To: <davem@davemloft.net>
Cc: <linux-kernel@vger.kernel.org>, <netdev@vger.kernel.org>,
<luoxianjun@huawei.com>, <yin.yinshi@huawei.com>,
<cloud.wangxiaoyun@huawei.com>, <chiqijun@huawei.com>
Subject: [PATCH net-next v3 0/3] hinic: add debugfs support
Date: Sat, 29 Aug 2020 08:55:17 +0800 [thread overview]
Message-ID: <20200829005520.27364-1-luobin9@huawei.com> (raw)
add debugfs node for querying sq/rq info and function table
Luo bin (3):
hinic: add support to query sq info
hinic: add support to query rq info
hinic: add support to query function table
drivers/net/ethernet/huawei/hinic/Makefile | 3 +-
.../net/ethernet/huawei/hinic/hinic_debugfs.c | 315 ++++++++++++++++++
.../net/ethernet/huawei/hinic/hinic_debugfs.h | 114 +++++++
drivers/net/ethernet/huawei/hinic/hinic_dev.h | 20 ++
.../net/ethernet/huawei/hinic/hinic_hw_dev.c | 1 +
.../net/ethernet/huawei/hinic/hinic_hw_dev.h | 2 +
.../net/ethernet/huawei/hinic/hinic_hw_io.c | 2 +
.../net/ethernet/huawei/hinic/hinic_hw_io.h | 1 +
.../net/ethernet/huawei/hinic/hinic_hw_qp.h | 6 +
.../net/ethernet/huawei/hinic/hinic_main.c | 83 ++++-
10 files changed, 541 insertions(+), 6 deletions(-)
create mode 100644 drivers/net/ethernet/huawei/hinic/hinic_debugfs.c
create mode 100644 drivers/net/ethernet/huawei/hinic/hinic_debugfs.h
--
2.17.1
next reply other threads:[~2020-08-29 0:54 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-29 0:55 Luo bin [this message]
2020-08-29 0:55 ` [PATCH net-next v3 1/3] hinic: add support to query sq info Luo bin
2020-08-31 18:59 ` Jakub Kicinski
2020-08-29 0:55 ` [PATCH net-next v3 2/3] hinic: add support to query rq info Luo bin
2020-08-31 18:59 ` Jakub Kicinski
2020-08-29 0:55 ` [PATCH net-next v3 3/3] hinic: add support to query function table Luo bin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200829005520.27364-1-luobin9@huawei.com \
--to=luobin9@huawei.com \
--cc=chiqijun@huawei.com \
--cc=cloud.wangxiaoyun@huawei.com \
--cc=davem@davemloft.net \
--cc=linux-kernel@vger.kernel.org \
--cc=luoxianjun@huawei.com \
--cc=netdev@vger.kernel.org \
--cc=yin.yinshi@huawei.com \
--subject='Re: [PATCH net-next v3 0/3] hinic: add debugfs support' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
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).