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

2019-07-22 Thread David Marchand
On Thu, Jul 18, 2019 at 4:36 PM 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 ackin

[dpdk-dev] [PATCH v4 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