From: patchwork-bot+netdevbpf@kernel.org
To: Huazhong Tan <tanhuazhong@huawei.com>
Cc: davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org,
salil.mehta@huawei.com, yisen.zhuang@huawei.com,
huangdaode@huawei.com, linuxarm@huawei.com
Subject: Re: [PATCH net-next 00/12] net: hns3: updates for -next
Date: Fri, 14 May 2021 22:20:13 +0000 [thread overview]
Message-ID: <162103081397.6483.10010295607926094289.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <1620962720-62216-1-git-send-email-tanhuazhong@huawei.com>
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Fri, 14 May 2021 11:25:08 +0800 you wrote:
> This series adds some updates for the HNS3 ethernet driver.
> #1 add support for a new RXD advanced layout.
> #3~#12 refactor the debugfs procedure and some commands.
>
> Huazhong Tan (4):
> net: hns3: support RXD advanced layout
> net: hns3: refactor out RX completion checksum
> net: hns3: refactor dump bd info of debugfs
> net: hns3: refactor dump mac list of debugfs
>
> [...]
Here is the summary with links:
- [net-next,01/12] net: hns3: support RXD advanced layout
https://git.kernel.org/netdev/net-next/c/796640778c26
- [net-next,02/12] net: hns3: refactor out RX completion checksum
https://git.kernel.org/netdev/net-next/c/1ddc028ac849
- [net-next,03/12] net: hns3: refactor the debugfs process
https://git.kernel.org/netdev/net-next/c/5e69ea7ee2a6
- [net-next,04/12] net: hns3: refactor dev capability and dev spec of debugfs
https://git.kernel.org/netdev/net-next/c/c929bc2ac36e
- [net-next,05/12] net: hns3: refactor dump bd info of debugfs
https://git.kernel.org/netdev/net-next/c/77e9184869c9
- [net-next,06/12] net: hns3: refactor dump mac list of debugfs
https://git.kernel.org/netdev/net-next/c/1556ea9120ff
- [net-next,07/12] net: hns3: refactor dump mng tbl of debugfs
https://git.kernel.org/netdev/net-next/c/8ddfd9c46ef4
- [net-next,08/12] net: hns3: refactor dump loopback of debugfs
https://git.kernel.org/netdev/net-next/c/d658ff34dd7f
- [net-next,09/12] net: hns3: refactor dump intr of debugfs
https://git.kernel.org/netdev/net-next/c/9149ca0f115a
- [net-next,10/12] net: hns3: refactor dump reset info of debugfs
https://git.kernel.org/netdev/net-next/c/1a7ff8280b16
- [net-next,11/12] net: hns3: refactor dump m7 info of debugfs
https://git.kernel.org/netdev/net-next/c/0b198b0d80ea
- [net-next,12/12] net: hns3: refactor dump ncl config of debugfs
https://git.kernel.org/netdev/net-next/c/e76e6886646b
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2021-05-14 22:20 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-14 3:25 [PATCH net-next 00/12] net: hns3: updates for -next Huazhong Tan
2021-05-14 3:25 ` [PATCH net-next 01/12] net: hns3: support RXD advanced layout Huazhong Tan
2021-05-14 3:25 ` [PATCH net-next 02/12] net: hns3: refactor out RX completion checksum Huazhong Tan
2021-05-14 3:25 ` [PATCH net-next 03/12] net: hns3: refactor the debugfs process Huazhong Tan
2021-05-14 3:25 ` [PATCH net-next 04/12] net: hns3: refactor dev capability and dev spec of debugfs Huazhong Tan
2021-05-14 3:25 ` [PATCH net-next 05/12] net: hns3: refactor dump bd info " Huazhong Tan
2021-05-14 3:25 ` [PATCH net-next 06/12] net: hns3: refactor dump mac list " Huazhong Tan
2021-05-14 3:25 ` [PATCH net-next 07/12] net: hns3: refactor dump mng tbl " Huazhong Tan
2021-05-14 3:25 ` [PATCH net-next 08/12] net: hns3: refactor dump loopback " Huazhong Tan
2021-05-14 3:25 ` [PATCH net-next 09/12] net: hns3: refactor dump intr " Huazhong Tan
2021-05-14 3:25 ` [PATCH net-next 10/12] net: hns3: refactor dump reset info " Huazhong Tan
2021-05-14 3:25 ` [PATCH net-next 11/12] net: hns3: refactor dump m7 " Huazhong Tan
2021-05-14 3:25 ` [PATCH net-next 12/12] net: hns3: refactor dump ncl config " Huazhong Tan
2021-05-14 22:20 ` patchwork-bot+netdevbpf [this message]
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=162103081397.6483.10010295607926094289.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=huangdaode@huawei.com \
--cc=kuba@kernel.org \
--cc=linuxarm@huawei.com \
--cc=netdev@vger.kernel.org \
--cc=salil.mehta@huawei.com \
--cc=tanhuazhong@huawei.com \
--cc=yisen.zhuang@huawei.com \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.