linux/drivers/vdpa/ifcvf
Zhu Lingshan a70d833e69 vDPA/ifcvf: decouple config/dev IRQ requester and vectors allocator from the adapter
This commit decouples the config irq requester, the device
shared irq requester and the MSI vectors allocator from
the adapter. So they can be safely invoked since probe
before the adapter is allocated.

Signed-off-by: Zhu Lingshan <lingshan.zhu@intel.com>
Cc: stable@vger.kernel.org
Message-Id: <20221125145724.1129962-8-lingshan.zhu@intel.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2023-02-20 19:26:55 -05:00
..
ifcvf_base.c vDPA/ifcvf: decouple config space ops from the adapter 2023-02-20 19:26:54 -05:00
ifcvf_base.h vDPA/ifcvf: decouple hw features manipulators from the adapter 2023-02-20 19:26:54 -05:00
ifcvf_main.c vDPA/ifcvf: decouple config/dev IRQ requester and vectors allocator from the adapter 2023-02-20 19:26:55 -05:00
Makefile