Re: [PATCH] virtio: vdpa: fix kernel warning in snet_vdpa_remove_vf

2023-01-08 Thread Alvaro Karsz
Hi Michael, This patch was merged into: [PATCH v7] virtio: vdpa: new SolidNET DPU driver. So it can be ignored. Thank you. ___ Virtualization mailing list Virtualization@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/virtual

[PATCH] virtio: vdpa: fix kernel warning in snet_vdpa_remove_vf

2023-01-04 Thread Alvaro Karsz
Call pci_free_irq_vectors after calling vdpa_unregister_device. Otherwise, we get the following kernel warning: remove_proc_entry: removing non-empty directory 'irq/..', leaking at least '..' This happens only if SNET_CFG_FLAG_IRQ_PF flag is not set. This patch should be applied