Re: [dpdk-dev] [PATCH v3 2/3] eal: add ack interrupt API

2019-07-18 Thread Burakov, Anatoly
On 18-Jul-19 9:46 AM, Nithin Dabilpuram wrote: Add new ack interrupt API to avoid using VFIO_IRQ_SET_ACTION_TRIGGER(rte_intr_enable()) for acking interrupt purpose for VFIO based interrupt handlers. This implementation is specific to Linux. Using rte_intr_enable() for acking interrupt has below

[dpdk-dev] [PATCH v3 2/3] eal: add ack interrupt API

2019-07-18 Thread Nithin Dabilpuram
Add new ack interrupt API to avoid using VFIO_IRQ_SET_ACTION_TRIGGER(rte_intr_enable()) for acking interrupt purpose for VFIO based interrupt handlers. This implementation is specific to Linux. Using rte_intr_enable() for acking interrupt has below issues * Time consuming to do for every interru