]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ice: split queue stuff out of virtchnl.c - tmp rename
authorPrzemek Kitszel <przemyslaw.kitszel@intel.com>
Thu, 21 Aug 2025 08:57:56 +0000 (10:57 +0200)
committerPrzemek Kitszel <przemyslaw.kitszel@intel.com>
Wed, 27 Aug 2025 07:17:41 +0000 (09:17 +0200)
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
drivers/net/ethernet/intel/ice/virt/queues.c [moved from drivers/net/ethernet/intel/ice/virt/virtchnl.c with 100% similarity]

index f1395282a893fcc97e0107c1683e1341c4278327..31904b68451767cbffab08f1e9a8cb2317cafb71 100644 (file)
@@ -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