mirror of https://lore.kernel.org/lkml/
 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/13] net: hns3: refactor cmdq functions in PF/VF
Date: Fri, 31 Dec 2021 14:30:12 +0000	[thread overview]
Message-ID: <164096101217.30758.5735155346916783577.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20211231102243.3006-1-huangguangbin2@huawei.com>

Hello:

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

On Fri, 31 Dec 2021 18:22:30 +0800 you wrote:
> Currently, hns3 PF and VF module have two sets of cmdq APIs to provide
> cmdq message interaction functions. Most of these APIs are the same. The
> only differences are the function variables and names with pf and vf
> suffixes. These two sets of cmdq APIs are redundent and add extra bug fix
> work.
> 
> This series refactor the cmdq APIs in hns3 PF and VF by implementing one
> set of common cmdq APIs for PF and VF reuse and deleting the old APIs.
> 
> [...]

Here is the summary with links:
  - [net-next,01/13] net: hns3: refactor hns3 makefile to support hns3_common module
    https://git.kernel.org/netdev/net-next/c/5f20be4e90e6
  - [net-next,02/13] net: hns3: create new cmdq hardware description structure hclge_comm_hw
    https://git.kernel.org/netdev/net-next/c/0a7b6d221868
  - [net-next,03/13] net: hns3: use struct hclge_desc to replace hclgevf_desc in VF cmdq module
    https://git.kernel.org/netdev/net-next/c/6befad603d79
  - [net-next,04/13] net: hns3: create new set of unified hclge_comm_cmd_send APIs
    https://git.kernel.org/netdev/net-next/c/8d307f8e8cf1
  - [net-next,05/13] net: hns3: refactor hclge_cmd_send with new hclge_comm_cmd_send API
    https://git.kernel.org/netdev/net-next/c/eaa5607db377
  - [net-next,06/13] net: hns3: refactor hclgevf_cmd_send with new hclge_comm_cmd_send API
    https://git.kernel.org/netdev/net-next/c/076bb537577f
  - [net-next,07/13] net: hns3: create common cmdq resource allocate/free/query APIs
    https://git.kernel.org/netdev/net-next/c/da77aef9cc58
  - [net-next,08/13] net: hns3: refactor PF cmdq resource APIs with new common APIs
    https://git.kernel.org/netdev/net-next/c/d3c69a8812c2
  - [net-next,09/13] net: hns3: refactor VF cmdq resource APIs with new common APIs
    https://git.kernel.org/netdev/net-next/c/745f0a19ee9a
  - [net-next,10/13] net: hns3: create common cmdq init and uninit APIs
    https://git.kernel.org/netdev/net-next/c/0b04224c1312
  - [net-next,11/13] net: hns3: refactor PF cmdq init and uninit APIs with new common APIs
    https://git.kernel.org/netdev/net-next/c/8e2288cad6cb
  - [net-next,12/13] net: hns3: refactor VF cmdq init and uninit APIs with new common APIs
    https://git.kernel.org/netdev/net-next/c/cb413bfa6e8b
  - [net-next,13/13] net: hns3: delete the hclge_cmd.c and hclgevf_cmd.c
    https://git.kernel.org/netdev/net-next/c/aab8d1c6a5e3

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-12-31 14:30 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-31 10:22 Guangbin Huang
2021-12-31 10:22 ` [PATCH net-next 01/13] net: hns3: refactor hns3 makefile to support hns3_common module Guangbin Huang
2021-12-31 10:22 ` [PATCH net-next 02/13] net: hns3: create new cmdq hardware description structure hclge_comm_hw Guangbin Huang
2021-12-31 10:22 ` [PATCH net-next 03/13] net: hns3: use struct hclge_desc to replace hclgevf_desc in VF cmdq module Guangbin Huang
2021-12-31 10:22 ` [PATCH net-next 04/13] net: hns3: create new set of unified hclge_comm_cmd_send APIs Guangbin Huang
2021-12-31 10:22 ` [PATCH net-next 05/13] net: hns3: refactor hclge_cmd_send with new hclge_comm_cmd_send API Guangbin Huang
2021-12-31 10:22 ` [PATCH net-next 06/13] net: hns3: refactor hclgevf_cmd_send " Guangbin Huang
2021-12-31 10:22 ` [PATCH net-next 07/13] net: hns3: create common cmdq resource allocate/free/query APIs Guangbin Huang
2021-12-31 10:22 ` [PATCH net-next 08/13] net: hns3: refactor PF cmdq resource APIs with new common APIs Guangbin Huang
2021-12-31 10:22 ` [PATCH net-next 09/13] net: hns3: refactor VF " Guangbin Huang
2021-12-31 10:22 ` [PATCH net-next 10/13] net: hns3: create common cmdq init and uninit APIs Guangbin Huang
2021-12-31 10:22 ` [PATCH net-next 11/13] net: hns3: refactor PF cmdq init and uninit APIs with new common APIs Guangbin Huang
2021-12-31 10:22 ` [PATCH net-next 12/13] net: hns3: refactor VF " Guangbin Huang
2021-12-31 10:22 ` [PATCH net-next 13/13] net: hns3: delete the hclge_cmd.c and hclgevf_cmd.c Guangbin Huang
2021-12-31 14:30 ` 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=164096101217.30758.5735155346916783577.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

Powered by JetHome