numam-dpdk/drivers/net/fm10k
Nithin Dabilpuram 6bee9d5f45 drivers/net: use ack in interrupt handlers
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 INTx).

Signed-off-by: Nithin Dabilpuram <ndabilpuram@marvell.com>
Signed-off-by: Jerin Jacob <jerinj@marvell.com>
Acked-by: Shahed Shaikh <shshaikh@marvell.com>
Tested-by: Shahed Shaikh <shshaikh@marvell.com>
Signed-off-by: David Marchand <david.marchand@redhat.com>
2019-07-23 12:00:23 +02:00
..
base
fm10k_ethdev.c drivers/net: use ack in interrupt handlers 2019-07-23 12:00:23 +02:00
fm10k_logs.h
fm10k_rxtx_vec.c net/fm10k: fix descriptor filling in vector Tx 2019-07-08 21:26:52 +02:00
fm10k_rxtx.c mbuf: clarify outer offsets for non-tunnel packets 2019-07-01 17:15:01 +02:00
fm10k.h net: add rte prefix to ether defines 2019-05-24 13:34:45 +02:00
Makefile drivers/net: use ack in interrupt handlers 2019-07-23 12:00:23 +02:00
meson.build drivers/net: use ack in interrupt handlers 2019-07-23 12:00:23 +02:00
rte_pmd_fm10k_version.map