From: Przemek Kitszel Date: Thu, 21 Aug 2025 08:57:56 +0000 (+0200) Subject: ice: split queue stuff out of virtchnl.c - tmp rename X-Git-Tag: v6.18-rc1~132^2~302^2~8^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1948b867c1cc1d05e916fa222b9622e79aa46df6;p=thirdparty%2Flinux.git ice: split queue stuff out of virtchnl.c - tmp rename 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 Signed-off-by: Tony Nguyen --- diff --git a/drivers/net/ethernet/intel/ice/Makefile b/drivers/net/ethernet/intel/ice/Makefile index f1395282a893f..31904b6845176 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