From: patchwork-bot+netdevbpf@kernel.org
To: Guangbin Huang <huangguangbin2@huawei.com>
Cc: davem@davemloft.net, kuba@kernel.org, wangjie125@huawei.com,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
lipeng321@huawei.com, chenhao288@hisilicon.com
Subject: Re: [PATCH net-next 00/11] net: hns3: some cleanups for -next
Date: Fri, 03 Dec 2021 11:20:10 +0000 [thread overview]
Message-ID: <163853041048.14824.13199561450233466918.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20211203092059.24947-1-huangguangbin2@huawei.com>
Hello:
This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:
On Fri, 3 Dec 2021 17:20:48 +0800 you wrote:
> To improve code readability and simplicity, this series add some cleanup
> patches for the HNS3 ethernet driver.
>
> Guangbin Huang (3):
> net: hns3: refactor function hclge_set_vlan_filter_hw
> net: hns3: add print vport id for failed message of vlan
> net: hns3: modify one argument type of function
> hclge_ncl_config_data_print
>
> [...]
Here is the summary with links:
- [net-next,01/11] net: hns3: optimize function hclge_cfg_common_loopback()
https://git.kernel.org/netdev/net-next/c/23e0316049af
- [net-next,02/11] net: hns3: refactor function hclge_set_vlan_filter_hw
https://git.kernel.org/netdev/net-next/c/e7a51bf590e3
- [net-next,03/11] net: hns3: add print vport id for failed message of vlan
https://git.kernel.org/netdev/net-next/c/114967adbc3d
- [net-next,04/11] net: hns3: Align type of some variables with their print type
https://git.kernel.org/netdev/net-next/c/0cc25c6a14ef
- [net-next,05/11] net: hns3: modify one argument type of function hclge_ncl_config_data_print
https://git.kernel.org/netdev/net-next/c/72dcdec10fad
- [net-next,06/11] net: hns3: align return value type of atomic_read() with its output
https://git.kernel.org/netdev/net-next/c/9fcadbaae8ea
- [net-next,07/11] net: hns3: add void before function which don't receive ret
https://git.kernel.org/netdev/net-next/c/5ac4f180bd07
- [net-next,08/11] net: hns3: add comments for hclge_dbg_fill_content()
https://git.kernel.org/netdev/net-next/c/4e599dddeea4
- [net-next,09/11] net: hns3: remove rebundant line for hclge_dbg_dump_tm_pg()
https://git.kernel.org/netdev/net-next/c/40975e749daa
- [net-next,10/11] net: hns3: replace one tab with space in for statement
https://git.kernel.org/netdev/net-next/c/7acf76b1cd01
- [net-next,11/11] net: hns3: fix hns3 driver header file not self-contained issue
https://git.kernel.org/netdev/net-next/c/184da9dc780e
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-12-03 11:20 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-03 9:20 [PATCH net-next 00/11] net: hns3: some cleanups for -next Guangbin Huang
2021-12-03 9:20 ` [PATCH net-next 01/11] net: hns3: optimize function hclge_cfg_common_loopback() Guangbin Huang
2021-12-03 9:20 ` [PATCH net-next 02/11] net: hns3: refactor function hclge_set_vlan_filter_hw Guangbin Huang
2021-12-03 9:20 ` [PATCH net-next 03/11] net: hns3: add print vport id for failed message of vlan Guangbin Huang
2021-12-03 9:20 ` [PATCH net-next 04/11] net: hns3: Align type of some variables with their print type Guangbin Huang
2021-12-03 9:20 ` [PATCH net-next 05/11] net: hns3: modify one argument type of function hclge_ncl_config_data_print Guangbin Huang
2021-12-03 9:20 ` [PATCH net-next 06/11] net: hns3: align return value type of atomic_read() with its output Guangbin Huang
2021-12-03 9:20 ` [PATCH net-next 07/11] net: hns3: add void before function which don't receive ret Guangbin Huang
2021-12-03 11:15 ` Leon Romanovsky
2021-12-03 11:27 ` huangguangbin (A)
2021-12-03 9:20 ` [PATCH net-next 08/11] net: hns3: add comments for hclge_dbg_fill_content() Guangbin Huang
2021-12-03 9:20 ` [PATCH net-next 09/11] net: hns3: remove rebundant line for hclge_dbg_dump_tm_pg() Guangbin Huang
2021-12-03 9:20 ` [PATCH net-next 10/11] net: hns3: replace one tab with space in for statement Guangbin Huang
2021-12-03 9:20 ` [PATCH net-next 11/11] net: hns3: fix hns3 driver header file not self-contained issue Guangbin Huang
2021-12-03 11: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=163853041048.14824.13199561450233466918.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=chenhao288@hisilicon.com \
--cc=davem@davemloft.net \
--cc=huangguangbin2@huawei.com \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lipeng321@huawei.com \
--cc=netdev@vger.kernel.org \
--cc=wangjie125@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.