netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tony Nguyen <anthony.l.nguyen@intel.com>
To: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
	edumazet@google.com, andrew+netdev@lunn.ch,
	netdev@vger.kernel.org
Cc: Przemek Kitszel <przemyslaw.kitszel@intel.com>,
	anthony.l.nguyen@intel.com, gregkh@linuxfoundation.org,
	sashal@kernel.org, kuniyu@google.com
Subject: [PATCH net-next 02/12] ice: split queue stuff out of virtchnl.c - tmp rename
Date: Wed, 27 Aug 2025 15:46:17 -0700	[thread overview]
Message-ID: <20250827224641.415806-3-anthony.l.nguyen@intel.com> (raw)
In-Reply-To: <20250827224641.415806-1-anthony.l.nguyen@intel.com>

From: Przemek Kitszel <przemyslaw.kitszel@intel.com>

Temporary rename of virtchnl.c into queues.c

In order to split virtchnl.c in a way that makes it much easier
to still blame new file, we do it via multiple git steps.

Signed-off-by: Przemek Kitszel <przemyslaw.kitszel@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
---
 drivers/net/ethernet/intel/ice/Makefile                      | 2 +-
 drivers/net/ethernet/intel/ice/virt/{virtchnl.c => queues.c} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename drivers/net/ethernet/intel/ice/virt/{virtchnl.c => queues.c} (100%)

diff --git a/drivers/net/ethernet/intel/ice/Makefile b/drivers/net/ethernet/intel/ice/Makefile
index f1395282a893..31904b684517 100644
--- a/drivers/net/ethernet/intel/ice/Makefile
+++ b/drivers/net/ethernet/intel/ice/Makefile
@@ -47,9 +47,9 @@ ice-y := ice_main.o	\
 	 ice_adapter.o
 ice-$(CONFIG_PCI_IOV) +=	\
 	ice_sriov.o		\
-	virt/virtchnl.o		\
 	virt/allowlist.o	\
 	virt/fdir.o		\
+	virt/queues.o		\
 	ice_vf_mbx.o		\
 	ice_vf_vsi_vlan_ops.o	\
 	ice_vf_lib.o
diff --git a/drivers/net/ethernet/intel/ice/virt/virtchnl.c b/drivers/net/ethernet/intel/ice/virt/queues.c
similarity index 100%
rename from drivers/net/ethernet/intel/ice/virt/virtchnl.c
rename to drivers/net/ethernet/intel/ice/virt/queues.c
-- 
2.47.1


  parent reply	other threads:[~2025-08-27 22:46 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 ` Tony Nguyen [this message]
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 ` [PATCH net-next 00/12][pull request] ice: split ice_virtchnl.c git-blame friendly way patchwork-bot+netdevbpf

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=20250827224641.415806-3-anthony.l.nguyen@intel.com \
    --to=anthony.l.nguyen@intel.com \
    --cc=andrew+netdev@lunn.ch \
    --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 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).