bus/pci: add VFIO request interrupt handle to device
authorJeff Guo <jia.guo@intel.com>
Thu, 4 Oct 2018 06:44:42 +0000 (14:44 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 15 Oct 2018 21:13:31 +0000 (23:13 +0200)
commit44c976236e68b83d8122a6f5d3ae5f5aff0c72e5
tree0126fd51d3d8809a9ec539fc5b4d56b7690c2ee5
parent89ecd110524dda2ae7d31446eb699a257c76f6cd
bus/pci: add VFIO request interrupt handle to device

There are some extended interrupt types in vfio pci device except from the
existing interrupts, such as err and req notifier, they could be useful for
device error monitoring. And these corresponding interrupt handler is
different from the other interrupt handler that register in PMDs, so a new
interrupt handler should be added. This patch will add specific req handler
in generic pci device.

Signed-off-by: Jeff Guo <jia.guo@intel.com>
Acked-by: Anatoly Burakov <anatoly.burakov@intel.com>
drivers/bus/pci/rte_bus_pci.h