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
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