netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
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/10] net: hns3: some cleanups for -next
Date: Mon, 29 Nov 2021 14:40:10 +0000	[thread overview]
Message-ID: <163819681023.20833.8288126722128597970.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20211129140027.23036-1-huangguangbin2@huawei.com>

Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Mon, 29 Nov 2021 22:00:17 +0800 you wrote:
> To improve code readability and simplicity, this series refactor some
> functions in the HNS3 ethernet driver.
> 
> Guangbin Huang (3):
>   net: hns3: refine function hclge_cfg_mac_speed_dup_hw()
>   net: hns3: add new function hclge_tm_schd_mode_tc_base_cfg()
>   net: hns3: refine function hclge_tm_pri_q_qs_cfg()
> 
> [...]

Here is the summary with links:
  - [net-next,01/10] net: hns3: refactor reset_prepare_general retry statement
    https://git.kernel.org/netdev/net-next/c/ed0e658c51aa
  - [net-next,02/10] net: hns3: refactor hns3_nic_reuse_page()
    https://git.kernel.org/netdev/net-next/c/e74a726da2c4
  - [net-next,03/10] net: hns3: refactor two hns3 debugfs functions
    https://git.kernel.org/netdev/net-next/c/e6fe5e167185
  - [net-next,04/10] net: hns3: split function hns3_get_tx_timeo_queue_info()
    https://git.kernel.org/netdev/net-next/c/a4ae2bc0abd4
  - [net-next,05/10] net: hns3: refine function hclge_cfg_mac_speed_dup_hw()
    https://git.kernel.org/netdev/net-next/c/e46da6a3d4d3
  - [net-next,06/10] net: hns3: add new function hclge_tm_schd_mode_tc_base_cfg()
    https://git.kernel.org/netdev/net-next/c/7ca561be11d0
  - [net-next,07/10] net: hns3: refine function hclge_tm_pri_q_qs_cfg()
    https://git.kernel.org/netdev/net-next/c/e06dac5290b7
  - [net-next,08/10] net: hns3: split function hns3_nic_get_stats64()
    https://git.kernel.org/netdev/net-next/c/8469b645c9a1
  - [net-next,09/10] net: hns3: split function hns3_handle_bdinfo()
    https://git.kernel.org/netdev/net-next/c/2fbf6a07f537
  - [net-next,10/10] net: hns3: split function hns3_set_l2l3l4()
    https://git.kernel.org/netdev/net-next/c/1d851c0905f8

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2021-11-29 14:42 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-29 14:00 [PATCH net-next 00/10] net: hns3: some cleanups for -next Guangbin Huang
2021-11-29 14:00 ` [PATCH net-next 01/10] net: hns3: refactor reset_prepare_general retry statement Guangbin Huang
2021-11-29 14:27   ` Denis Kirjanov
2021-11-30  2:15     ` huangguangbin (A)
2021-11-29 14:00 ` [PATCH net-next 02/10] net: hns3: refactor hns3_nic_reuse_page() Guangbin Huang
2021-11-29 14:00 ` [PATCH net-next 03/10] net: hns3: refactor two hns3 debugfs functions Guangbin Huang
2021-11-29 14:00 ` [PATCH net-next 04/10] net: hns3: split function hns3_get_tx_timeo_queue_info() Guangbin Huang
2021-11-29 14:00 ` [PATCH net-next 05/10] net: hns3: refine function hclge_cfg_mac_speed_dup_hw() Guangbin Huang
2021-11-29 14:00 ` [PATCH net-next 06/10] net: hns3: add new function hclge_tm_schd_mode_tc_base_cfg() Guangbin Huang
2021-11-29 14:00 ` [PATCH net-next 07/10] net: hns3: refine function hclge_tm_pri_q_qs_cfg() Guangbin Huang
2021-11-29 14:00 ` [PATCH net-next 08/10] net: hns3: split function hns3_nic_get_stats64() Guangbin Huang
2021-11-29 14:00 ` [PATCH net-next 09/10] net: hns3: split function hns3_handle_bdinfo() Guangbin Huang
2021-11-29 14:00 ` [PATCH net-next 10/10] net: hns3: split function hns3_set_l2l3l4() Guangbin Huang
2021-11-29 14:40 ` 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=163819681023.20833.8288126722128597970.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 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).