netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Fan Gong <gongfan1@huawei.com>
Cc: zhuyikai1@h-partners.com, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org, davem@davemloft.net,
	edumazet@google.com, kuba@kernel.org, pabeni@redhat.com,
	horms@kernel.org, andrew+netdev@lunn.ch,
	linux-doc@vger.kernel.org, corbet@lwn.net, helgaas@kernel.org,
	luosifu@huawei.com, guoxin09@huawei.com,
	shenchenyang1@hisilicon.com, zhoushuai28@huawei.com,
	wulike1@huawei.com, shijing34@huawei.com,
	luoyang82@h-partners.com, meny.yossefi@huawei.com,
	gur.stavi@huawei.com, lee@trager.us, mpe@ellerman.id.au,
	vadim.fedorenko@linux.dev, sumang@marvell.com,
	przemyslaw.kitszel@intel.com, jdamato@fastly.com,
	christophe.jaillet@wanadoo.fr
Subject: Re: [PATCH net-next v06 00/14] net: hinic3: Add a driver for Huawei 3rd gen NIC - sw and hw initialization
Date: Tue, 16 Sep 2025 09:10:25 +0000	[thread overview]
Message-ID: <175801382500.673413.8933950320451913033.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <cover.1757653621.git.zhuyikai1@h-partners.com>

Hello:

This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Fri, 12 Sep 2025 14:28:17 +0800 you wrote:
> This is [3/3] part of hinic3 Ethernet driver initial submission.
> With this patch hinic3 becomes a functional Ethernet driver.
> 
> The driver parts contained in this patch:
> Memory allocation and initialization of the driver structures.
> Management interfaces initialization.
> HW capabilities probing, initialization and setup using management
> interfaces.
> Net device open/stop implementation and data queues initialization.
> Register VID:DID in PCI id_table.
> Fix netif_queue_set_napi usage.
> 
> [...]

Here is the summary with links:
  - [net-next,v06,01/14] hinic3: HW initialization
    https://git.kernel.org/netdev/net-next/c/cdb096c41b7d
  - [net-next,v06,02/14] hinic3: HW management interfaces
    https://git.kernel.org/netdev/net-next/c/8a1c655f55c8
  - [net-next,v06,03/14] hinic3: HW common function initialization
    https://git.kernel.org/netdev/net-next/c/069e42485e53
  - [net-next,v06,04/14] hinic3: HW capability initialization
    https://git.kernel.org/netdev/net-next/c/a0543a79359e
  - [net-next,v06,05/14] hinic3: Command Queue flush interfaces
    https://git.kernel.org/netdev/net-next/c/b92e6c734db8
  - [net-next,v06,06/14] hinic3: Nic_io initialization
    https://git.kernel.org/netdev/net-next/c/8133788d023f
  - [net-next,v06,07/14] hinic3: Queue pair endianness improvements
    https://git.kernel.org/netdev/net-next/c/6b822b658aaf
  - [net-next,v06,08/14] hinic3: Queue pair resource initialization
    https://git.kernel.org/netdev/net-next/c/73f37a7e1993
  - [net-next,v06,09/14] hinic3: Queue pair context initialization
    https://git.kernel.org/netdev/net-next/c/97dcb914a25b
  - [net-next,v06,10/14] hinic3: Tx & Rx configuration
    https://git.kernel.org/netdev/net-next/c/b83bb584bc97
  - [net-next,v06,11/14] hinic3: Add Rss function
    https://git.kernel.org/netdev/net-next/c/1f3838b84a63
  - [net-next,v06,12/14] hinic3: Add port management
    https://git.kernel.org/netdev/net-next/c/45f97ae93de2
  - [net-next,v06,13/14] hinic3: Fix missing napi->dev in netif_queue_set_napi
    https://git.kernel.org/netdev/net-next/c/4404f6af8108
  - [net-next,v06,14/14] hinic3: Fix code style (Missing a blank line before return)
    https://git.kernel.org/netdev/net-next/c/d5aeec592154

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



      parent reply	other threads:[~2025-09-16  9:10 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-12  6:28 [PATCH net-next v06 00/14] net: hinic3: Add a driver for Huawei 3rd gen NIC - sw and hw initialization Fan Gong
2025-09-12  6:28 ` [PATCH net-next v06 01/14] hinic3: HW initialization Fan Gong
2025-09-12  6:28 ` [PATCH net-next v06 02/14] hinic3: HW management interfaces Fan Gong
2025-09-12  6:28 ` [PATCH net-next v06 03/14] hinic3: HW common function initialization Fan Gong
2025-09-12  6:28 ` [PATCH net-next v06 04/14] hinic3: HW capability initialization Fan Gong
2025-09-12  6:28 ` [PATCH net-next v06 05/14] hinic3: Command Queue flush interfaces Fan Gong
2025-09-12  6:28 ` [PATCH net-next v06 06/14] hinic3: Nic_io initialization Fan Gong
2025-09-12  6:28 ` [PATCH net-next v06 07/14] hinic3: Queue pair endianness improvements Fan Gong
2025-09-12  6:28 ` [PATCH net-next v06 08/14] hinic3: Queue pair resource initialization Fan Gong
2025-09-18  7:38   ` Dan Carpenter
2025-09-23  7:26     ` Fan Gong
2025-09-12  6:28 ` [PATCH net-next v06 09/14] hinic3: Queue pair context initialization Fan Gong
2025-09-12  6:28 ` [PATCH net-next v06 10/14] hinic3: Tx & Rx configuration Fan Gong
2025-09-12  6:28 ` [PATCH net-next v06 11/14] hinic3: Add Rss function Fan Gong
2025-09-12  6:28 ` [PATCH net-next v06 12/14] hinic3: Add port management Fan Gong
2025-09-12  6:28 ` [PATCH net-next v06 13/14] hinic3: Fix missing napi->dev in netif_queue_set_napi Fan Gong
2025-09-12  6:28 ` [PATCH net-next v06 14/14] hinic3: Fix code style (Missing a blank line before return) Fan Gong
2025-09-16  8:48 ` [PATCH net-next v06 00/14] net: hinic3: Add a driver for Huawei 3rd gen NIC - sw and hw initialization Paolo Abeni
2025-09-16  9: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=175801382500.673413.8933950320451913033.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andrew+netdev@lunn.ch \
    --cc=christophe.jaillet@wanadoo.fr \
    --cc=corbet@lwn.net \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=gongfan1@huawei.com \
    --cc=guoxin09@huawei.com \
    --cc=gur.stavi@huawei.com \
    --cc=helgaas@kernel.org \
    --cc=horms@kernel.org \
    --cc=jdamato@fastly.com \
    --cc=kuba@kernel.org \
    --cc=lee@trager.us \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=luosifu@huawei.com \
    --cc=luoyang82@h-partners.com \
    --cc=meny.yossefi@huawei.com \
    --cc=mpe@ellerman.id.au \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=przemyslaw.kitszel@intel.com \
    --cc=shenchenyang1@hisilicon.com \
    --cc=shijing34@huawei.com \
    --cc=sumang@marvell.com \
    --cc=vadim.fedorenko@linux.dev \
    --cc=wulike1@huawei.com \
    --cc=zhoushuai28@huawei.com \
    --cc=zhuyikai1@h-partners.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).