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

2019-07-17 Thread Shahed Shaikh
> -Original Message- > From: Nithin Dabilpuram > Sent: Wednesday, July 17, 2019 5:29 PM > To: Hyong Youb Kim ; David Marchand > ; Thomas Monjalon ; > Ferruh Yigit ; Igor Russkikh > ; Pavel Belous ; > Allain Legacy ; Matt Peters > ; Ravi Kumar ; Rasesh > Mody ; Shahed Shaikh ; > Wenzhuo Lu

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

2019-07-17 Thread Hyong Youb Kim (hyonkim)
> -Original Message- > From: Nithin Dabilpuram > Sent: Wednesday, July 17, 2019 8:59 PM [...] > Subject: [PATCH 3/3] drivers/net: use ack API in interrupt handlers > > Replace rte_intr_enable() with rte_intr_ack() API > for acking an interrupt in interrupt handlers and > rx_queue_intr_ena

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

2019-07-17 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