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 <przemyslaw.kitszel@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
This commit is contained in:
Przemek Kitszel 2025-08-21 10:57:56 +02:00
parent 5de6c855e2
commit 1948b867c1
2 changed files with 1 additions and 1 deletions

View 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