Linux Kernel Selftest development
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Zhengchao Shao <shaozhengchao@huawei.com>
Cc: netdev@vger.kernel.org, linux-kselftest@vger.kernel.org,
	jhs@mojatatu.com, xiyou.wangcong@gmail.com, jiri@resnulli.us,
	shuah@kernel.org, victor@mojatatu.com, weiyongjun1@huawei.com,
	yuehaibing@huawei.com
Subject: Re: [PATCH -next, v3 00/10] cleanup in Huawei hinic driver
Date: Fri, 23 Sep 2022 01:10:22 +0000	[thread overview]
Message-ID: <166389542255.15244.1888532276548956272.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220921123358.63442-1-shaozhengchao@huawei.com>

Hello:

This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Wed, 21 Sep 2022 20:33:48 +0800 you wrote:
> Do code cleanup in Huawei hinic driver.
> 
> Zhengchao Shao (10):
>   net: hinic: modify kernel doc comments
>   net: hinic: change type of function to be static
>   net: hinic: remove unused functions
>   net: hinic: remove unused macro
>   net: hinic: remove duplicate macro definition
>   net: hinic: simplify code logic
>   net: hinic: change hinic_deinit_vf_hw() to void
>   net: hinic: remove unused enumerated value
>   net: hinic: replace magic numbers with macro
>   net: hinic: remove the unused input parameter prod_idx in
>     sq_prepare_ctrl()
> 
> [...]

Here is the summary with links:
  - [-next,v3,01/10] net: hinic: modify kernel doc comments
    https://git.kernel.org/netdev/net-next/c/15b209cde263
  - [-next,v3,02/10] net: hinic: change type of function to be static
    https://git.kernel.org/netdev/net-next/c/73f25f16cc3c
  - [-next,v3,03/10] net: hinic: remove unused functions
    https://git.kernel.org/netdev/net-next/c/2b291ee6dd6e
  - [-next,v3,04/10] net: hinic: remove unused macro
    https://git.kernel.org/netdev/net-next/c/2fa1cd3b4a0d
  - [-next,v3,05/10] net: hinic: remove duplicate macro definition
    https://git.kernel.org/netdev/net-next/c/97d6a3e642bf
  - [-next,v3,06/10] net: hinic: simplify code logic
    https://git.kernel.org/netdev/net-next/c/4f304250c39b
  - [-next,v3,07/10] net: hinic: change hinic_deinit_vf_hw() to void
    https://git.kernel.org/netdev/net-next/c/dcbe72d25594
  - [-next,v3,08/10] net: hinic: remove unused enumerated value
    https://git.kernel.org/netdev/net-next/c/566ad0ed6b12
  - [-next,v3,09/10] net: hinic: replace magic numbers with macro
    https://git.kernel.org/netdev/net-next/c/57ac57154d83
  - [-next,v3,10/10] net: hinic: remove the unused input parameter prod_idx in sq_prepare_ctrl()
    https://git.kernel.org/netdev/net-next/c/c706df6d8f6e

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



      parent reply	other threads:[~2022-09-23  1:11 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-21 12:33 [PATCH -next, v3 00/10] cleanup in Huawei hinic driver Zhengchao Shao
2022-09-21 12:33 ` [PATCH -next, v3 01/10] net: hinic: modify kernel doc comments Zhengchao Shao
2022-09-21 12:33 ` [PATCH -next, v3 02/10] net: hinic: change type of function to be static Zhengchao Shao
2022-09-21 12:33 ` [PATCH -next, v3 03/10] net: hinic: remove unused functions Zhengchao Shao
2022-09-21 12:33 ` [PATCH -next, v3 04/10] net: hinic: remove unused macro Zhengchao Shao
2022-09-21 12:33 ` [PATCH -next, v3 05/10] net: hinic: remove duplicate macro definition Zhengchao Shao
2022-09-21 12:33 ` [PATCH -next, v3 06/10] net: hinic: simplify code logic Zhengchao Shao
2022-09-21 12:33 ` [PATCH -next, v3 07/10] net: hinic: change hinic_deinit_vf_hw() to void Zhengchao Shao
2022-09-21 12:33 ` [PATCH -next, v3 08/10] net: hinic: remove unused enumerated value Zhengchao Shao
2022-09-21 12:33 ` [PATCH -next, v3 09/10] net: hinic: replace magic numbers with macro Zhengchao Shao
2022-09-21 12:33 ` [PATCH -next, v3 10/10] net: hinic: remove the unused input parameter prod_idx in sq_prepare_ctrl() Zhengchao Shao
2022-09-23  1:10 ` 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=166389542255.15244.1888532276548956272.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=jhs@mojatatu.com \
    --cc=jiri@resnulli.us \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=shaozhengchao@huawei.com \
    --cc=shuah@kernel.org \
    --cc=victor@mojatatu.com \
    --cc=weiyongjun1@huawei.com \
    --cc=xiyou.wangcong@gmail.com \
    --cc=yuehaibing@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