All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Tony Nguyen <anthony.l.nguyen@intel.com>
Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
	edumazet@google.com, andrew+netdev@lunn.ch,
	netdev@vger.kernel.org, przemyslaw.kitszel@intel.com,
	gregkh@linuxfoundation.org, sashal@kernel.org, kuniyu@google.com
Subject: Re: [PATCH net-next 00/12][pull request] ice: split ice_virtchnl.c git-blame friendly way
Date: Fri, 29 Aug 2025 00:10:21 +0000	[thread overview]
Message-ID: <175642622175.1655896.9938957913462315548.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250827224641.415806-1-anthony.l.nguyen@intel.com>

Hello:

This series was applied to netdev/net-next.git (main)
by Przemek Kitszel <przemyslaw.kitszel@intel.com>:

On Wed, 27 Aug 2025 15:46:15 -0700 you wrote:
> Przemek Kitszel says:
> 
> Split ice_virtchnl.c into two more files (+headers), in a way
> that git-blame works better.
> Then move virtchnl files into a new subdir.
> No logic changes.
> 
> [...]

Here is the summary with links:
  - [net-next,01/12] ice: add virt/ and move ice_virtchnl* files there
    https://git.kernel.org/netdev/net-next/c/5de6c855e23e
  - [net-next,02/12] ice: split queue stuff out of virtchnl.c - tmp rename
    https://git.kernel.org/netdev/net-next/c/1948b867c1cc
  - [net-next,03/12] ice: split queue stuff out of virtchnl.c - copy back
    https://git.kernel.org/netdev/net-next/c/879753f3954f
  - [net-next,04/12] ice: extract virt/queues.c: cleanup - p1
    https://git.kernel.org/netdev/net-next/c/ce5c0fd759c6
  - [net-next,05/12] ice: extract virt/queues.c: cleanup - p2
    https://git.kernel.org/netdev/net-next/c/3061d214eead
  - [net-next,06/12] ice: extract virt/queues.c: cleanup - p3
    https://git.kernel.org/netdev/net-next/c/cfee454ca111
  - [net-next,07/12] ice: finish virtchnl.c split into queues.c
    https://git.kernel.org/netdev/net-next/c/c762b0a537ac
  - [net-next,08/12] ice: split RSS stuff out of virtchnl.c - tmp rename
    https://git.kernel.org/netdev/net-next/c/f4e667eb2ab8
  - [net-next,09/12] ice: split RSS stuff out of virtchnl.c - copy back
    https://git.kernel.org/netdev/net-next/c/2802bb558e08
  - [net-next,10/12] ice: extract virt/rss.c: cleanup - p1
    https://git.kernel.org/netdev/net-next/c/4c2ce64efd0d
  - [net-next,11/12] ice: extract virt/rss.c: cleanup - p2
    https://git.kernel.org/netdev/net-next/c/270251b946a9
  - [net-next,12/12] ice: finish virtchnl.c split into rss.c
    https://git.kernel.org/netdev/net-next/c/e0d2795ab48f

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-08-29  0:10 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-27 22:46 [PATCH net-next 00/12][pull request] ice: split ice_virtchnl.c git-blame friendly way Tony Nguyen
2025-08-27 22:46 ` [PATCH net-next 01/12] ice: add virt/ and move ice_virtchnl* files there Tony Nguyen
2025-08-27 22:46 ` [PATCH net-next 02/12] ice: split queue stuff out of virtchnl.c - tmp rename Tony Nguyen
2025-08-27 22:46 ` [PATCH net-next 03/12] ice: split queue stuff out of virtchnl.c - copy back Tony Nguyen
2025-08-27 22:46 ` [PATCH net-next 04/12] ice: extract virt/queues.c: cleanup - p1 Tony Nguyen
2025-08-27 22:46 ` [PATCH net-next 05/12] ice: extract virt/queues.c: cleanup - p2 Tony Nguyen
2025-08-27 22:46 ` [PATCH net-next 06/12] ice: extract virt/queues.c: cleanup - p3 Tony Nguyen
2025-08-27 22:46 ` [PATCH net-next 07/12] ice: finish virtchnl.c split into queues.c Tony Nguyen
2025-08-27 22:46 ` [PATCH net-next 08/12] ice: split RSS stuff out of virtchnl.c - tmp rename Tony Nguyen
2025-08-27 22:46 ` [PATCH net-next 09/12] ice: split RSS stuff out of virtchnl.c - copy back Tony Nguyen
2025-08-27 22:46 ` [PATCH net-next 10/12] ice: extract virt/rss.c: cleanup - p1 Tony Nguyen
2025-08-27 22:46 ` [PATCH net-next 11/12] ice: extract virt/rss.c: cleanup - p2 Tony Nguyen
2025-08-27 22:46 ` [PATCH net-next 12/12] ice: finish virtchnl.c split into rss.c Tony Nguyen
2025-08-29  0: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=175642622175.1655896.9938957913462315548.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andrew+netdev@lunn.ch \
    --cc=anthony.l.nguyen@intel.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=kuba@kernel.org \
    --cc=kuniyu@google.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=przemyslaw.kitszel@intel.com \
    --cc=sashal@kernel.org \
    /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.