Re: [dpdk-dev] [PATCH v4 3/3] drivers/net: use ack API in interrupt handlers

2019-07-22 Thread David Marchand
On Thu, Jul 18, 2019 at 4:37 PM Nithin Dabilpuram wrote: > > Replace rte_intr_enable() with rte_intr_ack() API > for acking an interrupt in interrupt handlers and > rx_queue_intr_enable() callbacks of PMD's. > > This is inline with original intent of this change in PMDs > to ack interrupts after h

[dpdk-dev] [PATCH v4 3/3] drivers/net: use ack API in interrupt handlers

2019-07-18 Thread Nithin Dabilpuram
Replace rte_intr_enable() with rte_intr_ack() API for acking an interrupt in interrupt handlers and rx_queue_intr_enable() callbacks of PMD's. This is inline with original intent of this change in PMDs to ack interrupts after handling is completed if device is backed by UIO, IGB_UIO or VFIO(with I