Re: [dpdk-dev] [PATCH v4 3/4] pci: add req handler field to generic pci device

2018-10-15 Thread Thomas Monjalon
15/10/2018 11:12, Thomas Monjalon: > 04/10/2018 08:44, Jeff Guo: > > 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 >

Re: [dpdk-dev] [PATCH v4 3/4] pci: add req handler field to generic pci device

2018-10-15 Thread Thomas Monjalon
04/10/2018 08:44, Jeff Guo: > 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

[dpdk-dev] [PATCH v4 3/4] pci: add req handler field to generic pci device

2018-10-03 Thread Jeff Guo
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 int