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

2018-10-01 Thread Burakov, Anatoly
On 29-Sep-18 7:15 AM, Jeff Guo wrote: On 9/26/2018 8:22 PM, Burakov, Anatoly wrote: On 17-Aug-18 11:51 AM, Jeff Guo wrote: There are some extended interrupt types in vfio pci device except from the existing interrupts, such as err and req notifier, it could be useful for device error monitor

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

2018-09-28 Thread Jeff Guo
On 9/26/2018 8:22 PM, Burakov, Anatoly wrote: On 17-Aug-18 11:51 AM, Jeff Guo wrote: There are some extended interrupt types in vfio pci device except from the existing interrupts, such as err and req notifier, it could be useful for device error monitoring. And these corresponding interrupt

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

2018-09-26 Thread Burakov, Anatoly
On 17-Aug-18 11:51 AM, Jeff Guo wrote: There are some extended interrupt types in vfio pci device except from the existing interrupts, such as err and req notifier, it could be useful for device error monitoring. And these corresponding interrupt handler is different from the other interrupt hand

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

2018-08-17 Thread Jeff Guo
There are some extended interrupt types in vfio pci device except from the existing interrupts, such as err and req notifier, it 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 inter